@fiverr/futile

1.10.0 • Public • Published

Fork Me npm package Documentation

build status pull requests issues

bitHound Overall Score bitHound Code bitHound Dependencies bitHound Dev Dependencies Greenkeeper badge

Install

npm i @fiverr/futile -S

Import the library

const futile = require('@fiverr/futile');

futile.shuffle([1, 2, 3]);
futile.deepassign({hash: {a: 1}}, {hash: {b: 2, c: 0}}, {hash: {c: 3}});

Import individual methods

const shuffle = require('@fiverr/futile/lib/shuffle');
const deepassign = require('@fiverr/futile/lib/deepassign');

shuffle([1, 2, 3]);
deepassign({hash: {a: 1}}, {hash: {b: 2, c: 0}}, {hash: {c: 3}});

Use the Documentation

Readme

Keywords

none

Package Sidebar

Install

npm i @fiverr/futile

Weekly Downloads

2

Version

1.10.0

License

MIT

Last publish

Collaborators

  • fiverrit
  • omrilotan
  • michael5r