froebel
Version:
TypeScript utility library
9 lines • 477 B
JavaScript
// deno-fmt-ignore-file
export { default as atWrap } from "./atWrap.mjs";
export { default as zip, zipWith } from "./zip.mjs";
export { default as unzip, unzipWith } from "./unzip.mjs";
export { default as batch } from "./batch.mjs";
export { default as partition } from "./partition.mjs";
export { default as shuffle, shuffleInPlace } from "./shuffle.mjs";
export { takeList as take } from "./take.mjs";
export { default as range, numberRange, alphaRange } from "./range.mjs";