ts-func-tools

Typescript libraries with some functional items

Usage no npm install needed!

<script type="module">
  import tsFuncTools from 'https://cdn.skypack.dev/ts-func-tools';
</script>

README

ts-func-tools

The goal of this library is to provide some scala like monades and functional feature.

  • Optional (Some, None)
  • Either (Left, Right)
  • Try (Success, Failure)
  • Future

And have something for-comprehension for each of this features

like scalaz with like a scalaz ApplicativeBuilder.

Optional

ONGOING

Either

ONGOING

Try

ONGOING

Future

ONGOING

for-comprehension

ONGOING