UNPKG

@jasmith79/sequable

Version:

Library functions for working with generators

10 lines (9 loc) 471 B
import { map } from "./map.mjs"; import { concat } from "./concat.mjs"; import { filter } from "./filter.mjs"; import { partition, partitionBy } from "./partition.mjs"; import { take, takeWhile } from "./take.mjs"; import { drop, dropWhile } from "./drop.mjs"; import { toIterable, toIterator } from "./sequable.mjs"; import { zip } from "./zip.mjs"; export { concat, map, drop, dropWhile, filter, partition, partitionBy, take, takeWhile, toIterable, toIterator, zip, };