@devexperts/utils
Advanced tools
Comparing version 0.9.4 to 0.10.1
/** | ||
* @type {Symbol} | ||
*/ | ||
export declare const MEMOIZE_CLEAR_FUNCTION: symbol; | ||
export declare const MEMOIZE_CLEAR_FUNCTION: unique symbol; | ||
/** | ||
@@ -6,0 +6,0 @@ * Memoizes function for passed arguments |
@@ -26,3 +26,3 @@ /** | ||
// SameValue algorithm | ||
if (x === y) { | ||
if (x === y) { // Steps 1-5, 7-10 | ||
// Steps 6.b-6.e: +0 != -0 | ||
@@ -29,0 +29,0 @@ return x !== 0 || 1 / (x) === 1 / (y); |
{ | ||
"name": "@devexperts/utils", | ||
"version": "0.9.4", | ||
"version": "0.10.1", | ||
"description": "", | ||
@@ -32,4 +32,4 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@devexperts/tools": "^0.9.4" | ||
"@devexperts/tools": "^0.10.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
79323