gulp-function/ts/gulpfunction.plugins.ts

5 lines
116 B
TypeScript
Raw Normal View History

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