Closed tripodsgames closed 4 years ago
Ah thanks, I thought it would share the same types file but I guess not. Will fix soon!
Ah thanks, I thought it would share the same types file but I guess not. Will fix soon!
if possible, fix this on dequal/lite too, I use your libraries a lot xD
Definitely! Your issue made me think of a few I need to double-check :D
Appreciate it 🙇
Fixed in v2.0.2
And dequal@2.0.1
I use strict typescript. When I use klona/full I get the following error:
Could not find a declaration file for module 'klona/full'. 'node_modules/klona/full/index.js' implicitly has an 'any' type. Try `npm install @types/klona` if it exists or add a new declaration (.d.ts) file containing `declare module 'klona/full';`
I fixed it by creating a custom definition file, but it would be nice if it was already defined.