Open amitm02 opened 4 years ago
How can I import memoizee in typescript? (var memoize = require("memoizee/weak"); in JS) @types/memoizee does not seems to have any "WeakMap" variant.
Just a user of memoizee here, not a maintainer but I think the types are not maintained in this repo. You would have to report the issue to the @types/memoizee author.
How can I import memoizee in typescript? (var memoize = require("memoizee/weak"); in JS) @types/memoizee does not seems to have any "WeakMap" variant.