mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
add empty namespace declaration for chai-as-promised to allow es6 imports
See https://github.com/Microsoft/TypeScript/issues/5073 and #6697
This commit is contained in:
+2
-1
@@ -7,5 +7,6 @@
|
||||
|
||||
declare module "vinyl-source-stream" {
|
||||
function vinylSourceStream(filename: string): NodeJS.ReadWriteStream;
|
||||
namespace vinylSourceStream {}
|
||||
export = vinylSourceStream;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user