gulp-function/index.d.ts

5 lines
123 B
TypeScript
Raw Normal View History

2016-02-01 02:33:33 +00:00
/// <reference path="ts/typings/main.d.ts" />
declare var through: any;
declare var path: any;
declare var beautylog: any;