mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
name module _ rather than LoDash
This commit is contained in:
Vendored
+2
-2
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user