@vect/entries-unwind
Advanced tools
Comparing version 0.3.10 to 0.4.0
@@ -6,3 +6,3 @@ 'use strict'; | ||
const unwind = (entries, h) => { | ||
h = h || (entries === null || entries === void 0 ? void 0 : entries.length); | ||
h = h || (entries == null ? void 0 : entries.length); | ||
let keys = Array(h), | ||
@@ -9,0 +9,0 @@ values = Array(h); |
const unwind = (entries, h) => { | ||
h = h || (entries === null || entries === void 0 ? void 0 : entries.length); | ||
h = h || (entries == null ? void 0 : entries.length); | ||
let keys = Array(h), | ||
@@ -4,0 +4,0 @@ values = Array(h); |
{ | ||
"name": "@vect/entries-unwind", | ||
"version": "0.3.10", | ||
"version": "0.4.0", | ||
"description": "An array util tool", | ||
@@ -33,3 +33,3 @@ "main": "dist/index.cjs.js", | ||
"homepage": "https://github.com/hoyeungw/vect#readme", | ||
"gitHead": "cf716b1eeb2ed3e653a75f1924c318c5f80bd23a" | ||
"gitHead": "0df009c248625ffea1915bdf71435257046927a5" | ||
} |
4002