ilo
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

ilo

ilo is an alternative functional interface for built-in JavaScript methods

// native
[1, 2, 3].map((x) => x * 2);
 
// ilo
map((x) => x * 2)([1, 2, 3]);
// where `map` is `(fn) => (xs) => xs.map(fn)`

Readme

Keywords

none

Package Sidebar

Install

npm i ilo

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

2.14 kB

Total Files

7

Last publish

Collaborators

  • flipactual