You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clwy-node-jwks-rsa/wrappers/cache.ts(7,17): error TS4058: Return type of exported function has or is using name 'IMemoized' from external module "lru-memoizer" but cannot be named.
Error in new Typescript 3.4:
Example (from clwy-node-jwks-rsa):
As interfaces aren't really exported in typings - typescript guesses return type correctly as IMemoized here but cannot really use it.
So, as temporary fix
works, but type info is obviously lost
The text was updated successfully, but these errors were encountered: