1.4.1 • Published 7 years ago

xurei-util v1.4.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

xurei-util

Javascript Toolbox

wercker status

isset(variable)

Check that a variable is defined and not null.

lsDir(dir, recursive = true)

List the content of a directory synchronously and returns each files as an array.

arrayToMap(array, keyFn(item), valueFn = (a) => a)

Convert an array to a map using the provided keyFn(item) and valueFn(item) functions.

arrayMin & arrayMax(array, compareFn = (a,b) => a-b)

Returns the minimal/maximal item in an array, according to the provided compareFn

1.4.1

7 years ago

1.4.0

7 years ago

1.3.2

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago