mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
fix underscore string module declaration
This commit is contained in:
parent
1c1c12eaea
commit
2b05c77872
5
underscore.string/underscore.string.d.ts
vendored
5
underscore.string/underscore.string.d.ts
vendored
@ -562,7 +562,8 @@ interface UnderscoreStringStaticExports {
|
||||
toBoolean(str: string, trueValues?: any[], falseValues?: any[]): boolean;
|
||||
|
||||
}
|
||||
declare module "underscore.string" {
|
||||
export = UnderscoreStringStatic;
|
||||
declare module 'underscore.string' {
|
||||
var underscoreString: UnderscoreStringStatic;
|
||||
export = underscoreString;
|
||||
}
|
||||
// TODO interface UnderscoreString extends Underscore<string>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user