Merge pull request #1705 from Bartvds/def/underscore.string

added module declaration to underscore.string.d.ts
This commit is contained in:
Masahiro Wakame
2014-02-18 12:21:24 +09:00
+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>