@perfective/array
Advanced tools
Comparing version 0.2.0-alpha.2 to 0.2.0-alpha.3
export { array, arrayFromArrayLike, arrayFromIterable, concatenated, copy, flatten, isArray, isEmpty, isNotArray, isNotEmpty, length, reversed, sorted, } from './array/array'; | ||
export { Element, append, element, first, head, insert, last, prepend, remove, tail, } from './array/element'; | ||
export { Element, append, element, first, head, insert, last, prepend, remove, replace, tail, } from './array/element'; | ||
export { Compare, Reducer, concat, copyWithin, entries, every, fill, filter, find, findIndex, forEach, includes, indexOf, join, keys, lastIndexOf, map, pop, push, reduce, reduceRight, reduceRightTo, reduceTo, reverse, shift, slice, some, sort, splice, spliceWith, unshift, values, } from './array/lift'; | ||
export { includedIn, } from './array/predicate'; | ||
export { flipped, } from './array/record'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -26,2 +26,3 @@ "use strict"; | ||
Object.defineProperty(exports, "remove", { enumerable: true, get: function () { return element_1.remove; } }); | ||
Object.defineProperty(exports, "replace", { enumerable: true, get: function () { return element_1.replace; } }); | ||
Object.defineProperty(exports, "tail", { enumerable: true, get: function () { return element_1.tail; } }); | ||
@@ -61,4 +62,2 @@ var lift_1 = require("./array/lift"); | ||
Object.defineProperty(exports, "includedIn", { enumerable: true, get: function () { return predicate_1.includedIn; } }); | ||
var record_1 = require("./array/record"); | ||
Object.defineProperty(exports, "flipped", { enumerable: true, get: function () { return record_1.flipped; } }); | ||
//# sourceMappingURL=index.js.map |
export { array, arrayFromArrayLike, arrayFromIterable, concatenated, copy, flatten, isArray, isEmpty, isNotArray, isNotEmpty, length, reversed, sorted, } from './array/array'; | ||
export { Element, append, element, first, head, insert, last, prepend, remove, tail, } from './array/element'; | ||
export { Element, append, element, first, head, insert, last, prepend, remove, replace, tail, } from './array/element'; | ||
export { Compare, Reducer, concat, copyWithin, entries, every, fill, filter, find, findIndex, forEach, includes, indexOf, join, keys, lastIndexOf, map, pop, push, reduce, reduceRight, reduceRightTo, reduceTo, reverse, shift, slice, some, sort, splice, spliceWith, unshift, values, } from './array/lift'; | ||
export { includedIn, } from './array/predicate'; | ||
export { flipped, } from './array/record'; | ||
//# sourceMappingURL=index.d.ts.map |
export { array, arrayFromArrayLike, arrayFromIterable, concatenated, copy, flatten, isArray, isEmpty, isNotArray, isNotEmpty, length, reversed, sorted, } from './array/array'; | ||
export { append, element, first, head, insert, last, prepend, remove, tail, } from './array/element'; | ||
export { append, element, first, head, insert, last, prepend, remove, replace, tail, } from './array/element'; | ||
export { concat, copyWithin, entries, every, fill, filter, find, findIndex, forEach, includes, indexOf, join, keys, lastIndexOf, map, pop, push, reduce, reduceRight, reduceRightTo, reduceTo, reverse, shift, slice, some, sort, splice, spliceWith, unshift, values, } from './array/lift'; | ||
export { includedIn, } from './array/predicate'; | ||
export { flipped, } from './array/record'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@perfective/array", | ||
"version": "0.2.0-alpha.2", | ||
"version": "0.2.0-alpha.3", | ||
"description": "Functions to work with the Array type", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
74316
45
633