Skip to content

Commit 543f013

Browse files
boczeratulHsuan Lee
authored andcommitted
import with one line
1 parent 19f69c2 commit 543f013

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/utils/index.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
import {
2-
isObject,
3-
isArray,
4-
has,
5-
} from 'lodash';
1+
import { isObject, isArray, has } from 'lodash';
62

73
const hasAllKeys = (testObject, keys) => {
84
if (!isObject(testObject) || !isArray(keys)) {

0 commit comments

Comments
 (0)