npm.io
7.0.0 • Published 4 years ago

frustration

Licence
MIT
Version
7.0.0
Deps
2
Size
29 kB
Vulns
0
Weekly
0
DeprecatedThis package is deprecated

Frustration

Most dreaded utility functions

Installation

Using npm:

npm install --save frustration

Using Frustration

In Node.js

const Frustration = require('frustration');

const fna = Frustration.array;
const fns = Frustration.string;

To run the tests:

npm test

Note: You need to install the latest version of Jest to run the tests

Contributing to Frustration

If you want to contribute to Frustration , read this

NOTICE

The documentation for Frustration will be available very soon and I will try to bring out the support for ES6 modules too very soon!!!