name module _ rather than LoDash

This commit is contained in:
Greg Weber
2013-10-29 18:58:23 -07:00
parent 7af17a2d8e
commit d69c847f25
+2 -2
View File
@@ -1,6 +1,6 @@
declare var _: LoDash.LoDashStatic;
declare var _: _.LoDashStatic;
declare module LoDash {
declare module _ {
interface LoDashStatic {
(value: number): LoDashWrapper<number>;
(value: string): LoDashWrapper<string>;