refactor gulp.d.ts

This commit is contained in:
vvakame
2014-09-15 23:11:19 +09:00
parent 2b79af12ef
commit 06d1931b8a
2 changed files with 256 additions and 256 deletions
+2
View File
@@ -1,5 +1,7 @@
/// <reference path="gulp.d.ts" />
import gulp = require("gulp");
var typescript: any = null; // this would be the TypeScript compiler
var jasmine: any = null; // this would be the jasmine test runner