Add gulp-util definitions, fix related

This commit is contained in:
Jed Mao
2014-10-16 11:36:02 -05:00
parent 122d52957e
commit 5d4a87811a
6 changed files with 741 additions and 5 deletions
+2 -2
View File
@@ -87,8 +87,8 @@ interface ShouldAssertion {
interface ShouldInternal {
// should.js's extras
exist(actual: any): void;
exists(actual: any): void;
exist(actual: any, msg?: string): void;
exists(actual: any, msg?: string): void;
not: ShouldInternal;
}