Skip to content

Commit

Permalink
vinyl: types for v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thorn0 committed Oct 31, 2016
1 parent 7f6c794 commit 8a1349d
Show file tree
Hide file tree
Showing 4 changed files with 1,661 additions and 483 deletions.
2 changes: 1 addition & 1 deletion gulp-util/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import vinyl = require('vinyl');
import chalk = require('chalk');
import through2 = require('through2');

export class File extends vinyl { }
export { vinyl as File };

/**
* Replaces a file extension in a path. Returns the new path.
Expand Down
Loading

0 comments on commit 8a1349d

Please sign in to comment.