Destructure Lodash require
s
This commit is contained in:
parent
b7b6195cfc
commit
d9be6a0f94
13 changed files with 46 additions and 37 deletions
|
@ -1,5 +1,4 @@
|
|||
const isObject = require('lodash/isObject');
|
||||
const isString = require('lodash/isString');
|
||||
const { isObject, isString } = require('lodash');
|
||||
|
||||
|
||||
const ITEMS_STORE_NAME = 'items';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue