nestjsplus / cookies

Decorators for Managing Cookies with NestJS
MIT License
35 stars 11 forks source link

Import is not correct in documentation. #16

Open mrispoli24 opened 3 years ago

mrispoli24 commented 3 years ago

I wasn't able to get this import statement working: import { Cookies } from '@nestjsplus/cookies'

It does work with: import { Cookies } from '@nestjsplus/cookies/dist/decorators/get-cookies.decorator';

Not sure if this was intentional but probably worth updating in the docs unless there is some additional importing required by nest.