Skip to content

Commit 283e29b

Browse files
Svenborislavjivkov
Sven
authored andcommitted
add empty namespace declaration for chai-as-promised to allow es6 imports
See microsoft/TypeScript#5073 and DefinitelyTyped#6697
1 parent 0b88826 commit 283e29b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vinyl-source-stream/vinyl-source-stream.d.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77

88
declare module "vinyl-source-stream" {
99
function vinylSourceStream(filename: string): NodeJS.ReadWriteStream;
10+
namespace vinylSourceStream {}
1011
export = vinylSourceStream;
11-
}
12+
}

0 commit comments

Comments
 (0)