152 packages
@bemoje/api-util
@bemoje/args-to-array
Takes an arguments-object and returns its values in an array.
@bemoje/argv
Returns array of node-js commandline arguments
@bemoje/arr-any
Check whether a condition is true for any element of an array. The condition check is in the form of a callback.
@bemoje/array
@bemoje/arr-bubble-sort
Sort array by bubbling up bigger values to the right side. Runtime: O(n^2)
@bemoje/arr-clone
Shallow clone of provided array, 'arr'.
@bemoje/arr-clone-deep
Node library template package with full ESM support. All features available as npm scripts: Jest testing. Rollup build. Rename package - affecting all relevant files. Readme generator. Markdown and HTML API-documentation. Npm publish and version bumping.
@bemoje/arr-del
Remove an element in place from an array, if present.
@bemoje/arr-del-immutable
Immnutably remove an element from an array if it is present.