@unction/compose
TypeScript icon, indicating that this package has built-in type declarations

1.13.0 • Public • Published

@unction/compose

Tests Stability Dependencies

Array => B => C

Takes a list of functions and runs a value through that stack from right to left.

compose([toInteger, toString])(0) // 0
compose([append("b"), append("a")])("c") // "cab"

Readme

Keywords

Package Sidebar

Install

npm i @unction/compose

Weekly Downloads

0

Version

1.13.0

License

SEE LICENSE IN LICENSE

Unpacked Size

15.8 kB

Total Files

7

Last publish

Collaborators

  • krainboltgreene