WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

customcommander/functionaut

Repository files navigation

npm bundle size (scoped) Maintenance

Functionaut

General purpose library for the functional programming hobbyist.

Installation

npm i @customcommander/functionaut

Browser

A browser bundle is available and exports the library under the window['@customcommander/functionaut'] namespace:

<script src="./node_modules/@customcommander/functionaut/dist/browser.min.js"></script>
<script>
  const {map, add} = window['@customcommander/functionaut'];
  map(add(42))([0, 1, 2]);
  //=> [42, 43, 44]
</script>

About

General purpose library for the functional programming hobbyist.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •