1.0.2 • Published 4 years ago

@hyper63/typesm v1.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

typesm - functional javascripts types for ESM

A Type library with core ADTs.

  • Id
  • Either
  • Task
  • Fn

Why

A clear and basic fp library that works with esm and with no dependencies.

Install

yarn add @hyper63/types

Usage Example

import Id from '@hyper63/typesm'

Id.of(1)
  .map(x => x + 1)
  .extract()

ADTS

  • Id
  • Either
  • Task
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago