gulp-function/ts/gulpfunction.plugins.ts
2016-06-04 01:14:25 +02:00

5 lines
98 B
TypeScript

import "typings-global";
export let Q = require("q");
export let through2 = require("through2");