added module declaration to underscore.string.d.ts

This commit is contained in:
Bart van der Schoor
2014-02-18 02:09:23 +01:00
parent 2aff984fa8
commit e509a3dd61
+3 -1
View File
@@ -562,5 +562,7 @@ interface UnderscoreStringStaticExports {
toBoolean(str: string, trueValues?: any[], falseValues?: any[]): boolean;
}
declare module "underscore.string" {
export = UnderscoreStringStatic;
}
// TODO interface UnderscoreString extends Underscore<string>