UNPKG

locutus

Version:

Locutus other languages' standard libraries to JavaScript for fun and educational purposes

12 lines (11 loc) 516 B
export { accumulate } from "./accumulate.js"; export { batched } from "./batched.js"; export { chain } from "./chain.js"; export { combinations } from "./combinations.js"; export { combinations_with_replacement } from "./combinations_with_replacement.js"; export { compress } from "./compress.js"; export { islice } from "./islice.js"; export { pairwise } from "./pairwise.js"; export { permutations } from "./permutations.js"; export { product } from "./product.js"; export { zip_longest } from "./zip_longest.js";