0.5.1 • Published 6 years ago

@bchar/a-to-b v0.5.1

Weekly downloads
20
License
MIT
Repository
github
Last release
6 years ago

(a -> b)

A JavaScript library for functional data transformation.

Build Status npm version dependencies

npm install @bchar/a-to-b

Why (a -> b)?

  • Ability to partially apply all functions, allowing you to write smaller, cleaner code.
  • Restrict functions to one type of data.
  • Leverage type separation into a more interesting interface, such as A.map and O.map.
  • Provide useful functions for handling unwanted values.
  • Ensure correctness of transformations, not allowing references to be mutated.

A benefit of this approach is that (a -> b) will have no trouble adding functions for new types in the future, like Map or Set.

Documentation

Refer to the API documentation.

0.5.1

6 years ago

0.5.0

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago