add namespace declaration to allow import from syntax (#24979)

This commit is contained in:
Jose Santacruz
2018-04-13 13:58:05 -05:00
committed by Mohamed Hegazy
parent c252ab8bc9
commit 56e1ac7f79

View File

@@ -49,4 +49,5 @@ declare global {
}
declare function chaiString(chai: any, utils: any): void;
declare namespace chaiString { }
export = chaiString;