XUtils

fxts

Lazy evaluation and concurrency.


Build Status npm version

fxts-icon FxTS

FxTS is a functional library for TypeScript/JavaScript programmers.

Why FxTS?

  • Lazy evaluation
  • Handling concurrent requests
  • Type inference
  • Follow iteration protocols Iterable / AsyncIterable

Documentation

Please review the API documentation

Build

  • npm run build

Running Test

  • npm test

Running Type Test

  • npm run compile:check

Articles

  • coming soon...