@corefunc/corefunc
Advanced tools
Comparing version 0.0.48 to 0.0.49
@@ -13,3 +13,4 @@ import isFunction from "../is/function"; | ||
} | ||
// | ||
return false; | ||
} |
@@ -13,3 +13,6 @@ import checkIsObjectLike from "../../check/isObjectLike"; | ||
*/ | ||
export default function objectSetDefaults<Dest extends object, Src extends object>(destination: Dest, source: Src): Dest & Src { | ||
export default function objectSetDefaults<Dest extends object, Src extends object>( | ||
destination: Dest, | ||
source: Src, | ||
): Dest & Src { | ||
if (!checkIsObjectLike(destination)) { | ||
@@ -16,0 +19,0 @@ return objectSetDefaults({} as Dest, source); |
@@ -20,4 +20,5 @@ { | ||
"@babel/preset-env": "7.9.0", | ||
"@typescript-eslint/eslint-plugin": "2.25.0", | ||
"@typescript-eslint/parser": "2.25.0", | ||
"@types/node": "13.9.8", | ||
"@typescript-eslint/eslint-plugin": "2.26.0", | ||
"@typescript-eslint/parser": "2.26.0", | ||
"babel-core": "7.0.0-bridge.0", | ||
@@ -28,8 +29,8 @@ "babel-eslint": "10.1.0", | ||
"eslint-config-standard": "14.1.1", | ||
"eslint-plugin-import": "2.20.1", | ||
"eslint-plugin-node": "11.0.0", | ||
"eslint-plugin-import": "2.20.2", | ||
"eslint-plugin-node": "11.1.0", | ||
"eslint-plugin-prettier": "3.1.2", | ||
"eslint-plugin-promise": "4.2.1", | ||
"eslint-plugin-standard": "4.0.1", | ||
"jest": "25.2.0", | ||
"jest": "25.2.4", | ||
"prettier": "2.0.2", | ||
@@ -63,3 +64,3 @@ "tslint-config-standard": "9.0.0", | ||
}, | ||
"version": "0.0.48" | ||
"version": "0.0.49" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
164280
399
5505
20