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:
Gabriela Britto 2019-02-21 09:13:41 -08:00 committed by GitHub
commit a71e167c68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -283,3 +283,4 @@ declare class NodeCache extends events.EventEmitter implements NodeCache.NodeCac
}
export = NodeCache;
export as namespace NodeCache;