mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-03 23:42:50 +00:00
Merge pull request #33101 from donvercety/node-cache-vscode-autoload
node-cache - Must export the namespace. Fix to work with auto-loading in VSCode,
This commit is contained in:
commit
a71e167c68
1
types/node-cache/index.d.ts
vendored
1
types/node-cache/index.d.ts
vendored
@ -283,3 +283,4 @@ declare class NodeCache extends events.EventEmitter implements NodeCache.NodeCac
|
||||
}
|
||||
|
||||
export = NodeCache;
|
||||
export as namespace NodeCache;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user