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;