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

10.14.0 • Public • Published

@unction/splat

Tests Stability Dependencies

A => Array => C

Takes a curried function (of n depth) and a list of arguments for that function (of n size) and applies those arguments to that function.

splat((a) => (b) => a + b)([1, 2]) // 3

Readme

Keywords

Package Sidebar

Install

npm i @unction/splat

Weekly Downloads

11

Version

10.14.0

License

SEE LICENSE IN LICENSE

Unpacked Size

14.7 kB

Total Files

7

Last publish

Collaborators

  • krainboltgreene