aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp-typescript/release/vinyl-file.d.ts
blob: 8d70314e32980ac807951fb40b48fcc4da3c1462 (plain)
1
2
3
4
import Vinyl = require('vinyl');
export interface VinylFile extends Vinyl {
    sourceMap?: any;
}