@customcommander/functionaut

4.2.0 • Public • Published

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>

Package Sidebar

Install

npm i @customcommander/functionaut

Weekly Downloads

2

Version

4.2.0

License

MIT

Unpacked Size

27.5 kB

Total Files

5

Last publish

Collaborators

  • customcommander