Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stefanwimmer128/fn128

Functional programming
https://github.com/stefanwimmer128/fn128

Last synced: 2 days ago
JSON representation

Functional programming

Awesome Lists containing this project

README

        

# fn128

## How to install

``` bash
npm install fn128
# or
bower install fn128
```

## How to use

This library is compatible with most of the most used environments.

### Using Node / Webpack / etc.

``` javascript
const fn128 = require("fn128");
```

### Using AMD (e.g. RequireJS)

``` javascript
require([ "path/to/fn128" ], function (fn128)
{
// Access fn128 in here
});
```

### Use in browser

``` html

```