Skip to content

Commit

Permalink
add empty namespace declaration for chai-as-promised to allow es6 imp…
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven committed Jan 31, 2016
1 parent 5d0f212 commit 6be3aa6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vinyl-source-stream/vinyl-source-stream.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@

declare module "vinyl-source-stream" {
function vinylSourceStream(filename: string): NodeJS.ReadWriteStream;
namespace vinylSourceStream {}
export = vinylSourceStream;
}
}

0 comments on commit 6be3aa6

Please sign in to comment.