0.6.2 • Published 3 years ago

ben-jsutils v0.6.2

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

ben-jsutils

My personal collection of useful JS utilities. Functions are broken down into categories:

There are some general use functions in the main file.

To import these functions, run

var ben = require('ben-jsutils');

To use a function (for example, sort an array), run

var arr1 = [4, 2, 3, 5, 7, 1];
var sorted = ben.arr.sort2(arr1); // [[1, 2, 3, 4, 5, 7], [5, 1, 2, 0, 3, 4]]
0.6.2

3 years ago

0.5.0

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago