We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b88826 commit 283e29bCopy full SHA for 283e29b
vinyl-source-stream/vinyl-source-stream.d.ts
@@ -7,5 +7,6 @@
7
8
declare module "vinyl-source-stream" {
9
function vinylSourceStream(filename: string): NodeJS.ReadWriteStream;
10
+ namespace vinylSourceStream {}
11
export = vinylSourceStream;
-}
12
+}
0 commit comments