1.0.8 • Published 4 months ago

@99mini/fx v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

coverage branches functions lines statements

Functional Extensions (Fx)

File Structure

  • src/
    • lazy/: Lazy evaluation functions
    • evaluate/: Eager evaluation functions
    • Fx.ts: Main entry point

Export

  • Fx: Fx class implements Iterable<T>
  • lazy: Lazy evaluation pure functions
  • evaluate: Eager evaluation pure functions

Dev

Install

pnpm install

Test

pnpm run test:watch
pnpm run test:coverage
1.0.8

4 months ago

1.0.7

4 months ago

1.0.5

4 months ago

1.0.4

4 months ago

1.0.3

4 months ago