mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #7892 from sventschui/patch-1
add empty namespace declaration for chai-as-promised to allow es6 imports
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