@saulx/utils
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -13,5 +13,8 @@ "use strict"; | ||
if (typeof arg === 'object') { | ||
if (is_plain_object_1.default(arg)) { | ||
if (Array.isArray(arg)) { | ||
x += hash_1.hashObjectIgnoreKeyOrder(arg); | ||
} | ||
else if (is_plain_object_1.default(arg)) { | ||
x += hash_1.hashObjectIgnoreKeyOrder(arg); | ||
} | ||
} | ||
@@ -18,0 +21,0 @@ else { |
{ | ||
"name": "@saulx/utils", | ||
"main": "./dist/index.js", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "build": "tsc", |
@@ -185,2 +185,4 @@ # utils | ||
Accepts 5 arguments maximum! | ||
```javascript | ||
@@ -187,0 +189,0 @@ import { queued, wait } from '@saulx/utils' |
Sorry, the diff of this file is not supported yet
48780
690
225