UNPKG

lazzy.ts

Version:

Fast and lightweight library for lazy operations with iterable objects.

27 lines 734 B
export * from "./average"; export * from "./count"; export * from "./every"; export * from "./first"; export * from "./firstWithIndex"; export * from "./includes"; export * from "./indexOf"; export * from "./join"; export * from "./last"; export * from "./lastIndexOf"; export * from "./lastWithIndex"; export * from "./max"; export * from "./min"; export * from "./partition"; export * from "./product"; export * from "./promiseAll"; export * from "./promiseRace"; export * from "./reduce"; export * from "./run"; export * from "./sum"; export * from "./toArray"; export * from "./toMap"; export * from "./toSet"; export * from "./toWeakMap"; export * from "./toWeakSet"; export * from "./uppend"; //# sourceMappingURL=index.d.ts.map