mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
fix should/should.d.ts
This commit is contained in:
Vendored
+4
-4
@@ -111,8 +111,8 @@ interface Internal extends ShouldInternal {
|
||||
inspect(value: any, obj: any): any;
|
||||
}
|
||||
|
||||
declare module "should" {
|
||||
export = Internal;
|
||||
}
|
||||
|
||||
declare var should: Internal;
|
||||
|
||||
declare module "should" {
|
||||
export = should;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user