mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 11:57:33 +08:00
add namespace declaration to allow import from syntax (#24979)
This commit is contained in:
committed by
Mohamed Hegazy
parent
c252ab8bc9
commit
56e1ac7f79
1
types/chai-string/index.d.ts
vendored
1
types/chai-string/index.d.ts
vendored
@@ -49,4 +49,5 @@ declare global {
|
||||
}
|
||||
|
||||
declare function chaiString(chai: any, utils: any): void;
|
||||
declare namespace chaiString { }
|
||||
export = chaiString;
|
||||
|
||||
Reference in New Issue
Block a user