From e509a3dd61b188663f3d9a1e410f2eaba3e4734d Mon Sep 17 00:00:00 2001 From: Bart van der Schoor Date: Tue, 18 Feb 2014 00:09:13 +0100 Subject: [PATCH] added module declaration to underscore.string.d.ts --- underscore.string/underscore.string.d.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/underscore.string/underscore.string.d.ts b/underscore.string/underscore.string.d.ts index d016dc908..db9ec042d 100644 --- a/underscore.string/underscore.string.d.ts +++ b/underscore.string/underscore.string.d.ts @@ -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