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 12cbc0b commit 11a33e3Copy full SHA for 11a33e3
index.js
@@ -55,5 +55,5 @@ function hasOwn(obj, key) {
55
}
56
57
function isObject(val) {
58
- return typeOf(val) === 'object' || typeOf(val) === 'function';
+ return typeOf(val) === 'object' || typeOf(val) === 'function' || typeOf(val) === 'regexp' || typeOf(val) === 'date';
59
package.json
@@ -21,12 +21,12 @@
21
},
22
"dependencies": {
23
"arr-union": "^3.1.0",
24
- "clone-deep": "^0.2.4",
25
- "kind-of": "^3.0.2"
+ "clone-deep": "^2.0.2",
+ "kind-of": "^6.0.3"
26
27
"devDependencies": {
28
- "gulp-format-md": "^0.1.7",
29
- "mocha": "^2.4.5"
+ "gulp-format-md": "^2.0.0",
+ "mocha": "^3.5.3"
30
31
"keywords": [
32
"clone",
0 commit comments