1.10.0 • Published 8 years ago
@fiverr/futile v1.10.0
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
1.10.0
8 years ago
1.9.1
8 years ago
1.6.2
8 years ago
1.5.1
8 years ago
1.4.1
8 years ago
1.9.0
8 years ago
1.8.0
8 years ago
1.7.1
8 years ago
1.7.0
8 years ago
1.7.0-rc.2
8 years ago
1.7.0-rc.1
8 years ago
1.7.0-rc.0
8 years ago
1.6.1
8 years ago
1.6.0
8 years ago
1.5.0
8 years ago
1.4.0
8 years ago
1.4.0-rc.0
8 years ago
1.3.0
8 years ago
1.2.0
8 years ago
1.1.0
8 years ago