Functional point-free utilities for js
[WIP]
Table of Contents
What is this?
It's a simple collection of functional utilities for JavaScript and Typescript standard library.
If you need similar utilities for fetch
- check out pointless-fetch.
Installation
npm:
npm i -S pointless-js
browser:
<!-- ES2015 --> <!-- ES5 with IE11+ general syntax polyfills, global object - `P` --><!-- Polyfill `window.Promise` and `Object.assign` yourself! -->
Importing
// TS-module (pure typescript),// allows compilation settings to be set from the project config; // ES-module (npm/node, typescript); // ESNext (no polyfills for esnext); // ES-module (browser, node); // Classic node commonjs;
Something's missing or found a bug?
Feel free to create an issue! 😉