froebel
Version:
TypeScript utility library
9 lines (8 loc) • 422 B
TypeScript
export { default as atWrap } from "./atWrap";
export { default as zip, zipWith } from "./zip";
export { default as unzip, unzipWith } from "./unzip";
export { default as batch } from "./batch";
export { default as partition } from "./partition";
export { default as shuffle, shuffleInPlace } from "./shuffle";
export { takeList as take } from "./take";
export { default as range, numberRange, alphaRange } from "./range";