We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e84d6d commit 31d4aa5Copy full SHA for 31d4aa5
global.d.ts
@@ -1,19 +1,19 @@
1
declare module 'lodash.isequal' {
2
- import main = require('~lodash/index');
+ import main = require('lodash');
3
export = main.isEqual;
4
}
5
6
declare module 'lodash.forin' {
7
8
export = main.forIn;
9
10
11
declare module 'lodash.assign' {
12
13
export = main.assign;
14
15
16
declare module 'lodash.omit' {
17
18
export = main.omit;
19
0 commit comments