mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
added module declaration to underscore.string.d.ts
This commit is contained in:
+3
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user