gulp-function/test/test.d.ts

7 lines
201 B
TypeScript
Raw Normal View History

2016-02-12 04:36:23 +00:00
/// <reference path="ts/typings/main.d.ts" />
declare var gulp: any;
declare var gulpFunction: any;
declare var beautylog: any;
declare var myFunction: () => void;
declare var myFunction2: () => void;