Typescript Typings for vinyl-fs.
typings install --save vinyl-fs
import * as vfs from 'vinyl-fs';
vfs.src(['./js/**/*.js', '!./js/vendor/*.js'])
.pipe(vfs.dest('./output'));
You can run them the tests with npm run build
and npm run test
.
Based on typings by vvakame