jfromaniello / express-unless

Conditionally add a middleware to express with some common patterns
MIT License
178 stars 27 forks source link

types: export types in package.json #38

Closed simllll closed 2 years ago

simllll commented 2 years ago

fixes error TS2688: Cannot find type definition file for 'express-unless'. The file is in the program because: Entry point for implicit type library 'express-unless'

jfromaniello commented 2 years ago

Thank you, released as v2.1.3.

simllll commented 2 years ago

Thanks for this quick fix :)