0.1.14 • Published 3 months ago

funfunc v0.1.14

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

FunFunc - A Functional JavaScript Library

Enhance your JavaScript projects with functional programming.

GitHub stars
badge

Installation Guide

Using with Node.js

Install via npm:

npm i funfunc

Include in your project via require:

const F = require("funfunc");

Or as an ES module:

import F from "funfunc";

Using via CDN

Include directly in HTML:

<script src="https://cdn.jsdelivr.net/npm/funfunc@0.0.1/dist/funfunc.min.js"></script>

Use without import:

const add2 = F.curry(add)(2);

License

This project is licensed under the MIT License - see the LICENSE file for details.

0.1.14

3 months ago

0.1.13

6 months ago

0.1.12

6 months ago

0.1.11

6 months ago

0.1.10

6 months ago

0.1.9

6 months ago

0.1.8

6 months ago

0.1.6

6 months ago

0.1.5

6 months ago

0.1.4

6 months ago

0.1.3

6 months ago

0.1.2

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago

0.0.0

6 months ago