gulp-function/ts/gulpfunction.plugins.ts

5 lines
98 B
TypeScript
Raw Normal View History

2016-06-03 23:14:25 +00:00
import "typings-global";
export let Q = require("q");
export let through2 = require("through2");