jcs224 / hono_sessions

Cookie-based sessions for Hono applications
https://jsr.io/@jcs224/hono-sessions
MIT License
53 stars 6 forks source link

fix some deno lint warnings #6

Closed ThisFunctionalTom closed 5 months ago

ThisFunctionalTom commented 5 months ago

Fixed some deno lint warnings.

I am new to typescript so I am not sure if the Object in Crypto.ts really is a typo or if it has some other meaning. Please check.

Other changes, I think, are straightforward.