mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Add gulp-util definitions, fix related
This commit is contained in:
Vendored
+2
-2
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user