We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f69c2 commit 543f013Copy full SHA for 543f013
src/utils/index.js
@@ -1,8 +1,4 @@
1
-import {
2
- isObject,
3
- isArray,
4
- has,
5
-} from 'lodash';
+import { isObject, isArray, has } from 'lodash';
6
7
const hasAllKeys = (testObject, keys) => {
8
if (!isObject(testObject) || !isArray(keys)) {
0 commit comments