fix should/should.d.ts

This commit is contained in:
vvakame
2014-04-03 13:36:36 +09:00
parent 1306096ee8
commit 3c1837162b
+4 -4
View File
@@ -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;
}