@blake.regalia/belt
Advanced tools
Comparing version 0.13.3 to 0.13.4
@@ -151,3 +151,3 @@ "use strict"; | ||
// add result to array iff not undefined or if undefined values are explictly allowed | ||
if (exports.__UNDEFINED === w_add || b_add_undefs) | ||
if (exports.__UNDEFINED !== w_add || b_add_undefs) | ||
a_out.push(w_add); | ||
@@ -154,0 +154,0 @@ return a_out; |
@@ -137,3 +137,3 @@ /** | ||
// add result to array iff not undefined or if undefined values are explictly allowed | ||
if (__UNDEFINED === w_add || b_add_undefs) | ||
if (__UNDEFINED !== w_add || b_add_undefs) | ||
a_out.push(w_add); | ||
@@ -140,0 +140,0 @@ return a_out; |
{ | ||
"name": "@blake.regalia/belt", | ||
"version": "0.13.3", | ||
"version": "0.13.4", | ||
"repository": "github:blake-regalia/belt", | ||
@@ -5,0 +5,0 @@ "license": "ISC", |