medikoo / memoizee

Complete memoize/cache solution for JavaScript
ISC License
1.73k stars 61 forks source link

typescript import if WeakMap mode #109

Open amitm02 opened 4 years ago

amitm02 commented 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.

Rush commented 4 years ago

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.