UNPKG

lazzy.ts

Version:

Fast and lightweight library for lazy operations with iterable objects.

39 lines 1.05 kB
export * from "./append"; export * from "./at"; export * from "./balancedChunk"; export * from "./chunk"; export * from "./circular"; export * from "./concat"; export * from "./distinct"; export * from "./feed"; export * from "./fibonacci"; export * from './fill'; export * from "./filter"; export * from "./filterWithIndex"; export * from "./flat"; export * from "./flatMap"; export * from "./forEach"; export * from "./generate"; export * from "./groupBy"; export * from "./indices"; export * from "./lazyChunk"; export * from "./lazyGroupBy"; export * from "./lazyPartition"; export * from "./map"; export * from "./sort"; export * from "./prepend"; export * from "./random"; export * from "./randomFrom"; export * from "./prime"; export * from "./range"; export * from "./repeat"; export * from "./skip"; export * from "./skipWhile"; export * from "./sort"; export * from "./splice"; export * from "./spread"; export * from "./take"; export * from "./takeWhile"; export * from "./toLazy"; export * from "./zip"; //# sourceMappingURL=index.d.ts.map