gulp-function/ts/gulpfunction.plugins.ts

5 lines
116 B
TypeScript

/// <reference path="typings/main.d.ts" />
export let Q = require("q");
export let through2 = require("through2");