Comparing version 0.2.1 to 0.2.3
import reduce from "./reduce.js"; | ||
import mapLazy from "./Lazy/mapLazy.js"; | ||
import entriesLazy from "./Lazy/entriesLazy.js"; | ||
@@ -7,5 +8,5 @@ export default function baseExtend(set, obj, objs) { | ||
obj && | ||
(type == 'object' || type == 'function') && | ||
reduce(reduce(set), obj, mapLazy(entries, objs)); | ||
(type == 'object' || type == 'function') && | ||
reduce(reduce(set), obj, mapLazy(entriesLazy, objs)); | ||
return obj; | ||
} |
@@ -84,3 +84,4 @@ export { default as minBy, default as min_by } from './minBy.js'; | ||
export { default as isStop, default as is_stop } from './isStop.js'; | ||
export { default as range } from './range.js'; | ||
export * from './L.js'; | ||
export * from './C.js'; |
{ | ||
"name": "fxjs2", | ||
"version": "0.2.1", | ||
"version": "0.2.3", | ||
"description": "Functional Extensions for Javascript", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
38733
128
904