3.0.1 • Published 3 years ago

fpc v3.0.1

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
3 years ago

fpc

Meta package that bundles together @fpc/types, @fpc/utils, @fpc/stream, @fpc/maybe and @fpc/result.

fpc is a lightweight collection of functional patterns, compatible with es6 module system and importable.

Installation

$ yarn add fpc

Module import:

import { Maybe, Stream, expectFunction } from 'fpc';

Require in node:

const fpc = require('fpc');

For direct browser usage you can include the UMD bundle:

<script type="text/javascript" src="path/to/dist/fpc.umd.js"></script>

You can import the es6 module bundle in Deno:

import { Stream, Result } from 'https://unpkg.com/fpc@3.0.0/dist/fpc.es6.js';

Yes, I have written another functional-js library.

xkcd standards

3.0.1

3 years ago

3.0.0

4 years ago

3.0.0-alpha.3

4 years ago

3.0.0-alpha.2

4 years ago

3.0.0-alpha.1

4 years ago

3.0.0-alpha.0

4 years ago

2.5.3

5 years ago

2.5.2

5 years ago

2.5.1

5 years ago

2.5.0

5 years ago

2.4.1

5 years ago

2.4.0

5 years ago

2.3.3

5 years ago

2.3.2

5 years ago

2.3.1

5 years ago

2.3.0

5 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.2.0

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago