From d69c847f25ac2da6bda85e995998be56fc8d1064 Mon Sep 17 00:00:00 2001 From: Greg Weber Date: Tue, 29 Oct 2013 18:58:23 -0700 Subject: [PATCH] name module _ rather than LoDash --- lodash/lodash.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lodash/lodash.d.ts b/lodash/lodash.d.ts index aa1800164..d41f1b782 100644 --- a/lodash/lodash.d.ts +++ b/lodash/lodash.d.ts @@ -1,6 +1,6 @@ -declare var _: LoDash.LoDashStatic; +declare var _: _.LoDashStatic; -declare module LoDash { +declare module _ { interface LoDashStatic { (value: number): LoDashWrapper; (value: string): LoDashWrapper;