fix import

This commit is contained in:
Long Yinan
2015-12-30 19:34:32 +08:00
parent 40c60850ad
commit 5c44167b70
4 changed files with 9 additions and 5 deletions
+2
View File
@@ -13,5 +13,7 @@ declare module 'gulp-debug' {
function debug(options?: IOptions): NodeJS.ReadWriteStream;
namespace debug {}
export = debug;
}