ScottHamper / Cookies

JavaScript Client-Side Cookie Manipulation Library
The Unlicense
1.77k stars 170 forks source link

Remove "cookies" module declaration #83

Open bjoluc opened 4 years ago

bjoluc commented 4 years ago

There is a quite popular Node.js cookie library called cookies on npm that – absolutely justified – declares a "cookies" TypeScript module. This complicates things in isomorphic applications where both libraries are included. A very good example for this is redux-persist-cookie-storage – I've seen people ts-ignoring because of this :cry:

@ScottHamper I would be super-glad if you could have a quick look at this one! Thanks :)