inda
Initialize new dimensional array
Initialize new dimensional array
Provide default config when registering multiple routes
inuitcss' default settings.
The lag function defaults() as a standalone module.
OpenAPI Specification Koa Middleware
OpenAPI Specification Implementation for Node.js
Middleware for setting default values in requests.
Query filter
Plugin for [minibase][] that adds useful initial properties for test results
hardwired configuration loader
A simplified abstraction for nested defaults on objects, using ES6 Proxies.
Create a Request wrapper to interact with the GitHub API
Binary search -based indexOf for sorted arrays.
Binary search -based indexOf for sorted arrays.
Find all indexes at which an array element exists, by binary search.
Find the array index of where to add an element to keep it sorted.
Remove all duplicate elements in a sorted array, leaving only uniques.
Sort an array considerably faster than the native Array.prototype.sort as a drop-in replacement. Fork of of the famous timsort module, but this module allows for passing comparator-builder options instead of a comparator function. In short, advanced compa
Create array comparator function.
For a sorted array, add an element. Whichever comparator function was used to sort the array, can be passed. Also supports comparator-builder options. For reference, see: https://github.com/bemoje/bemoje-arr-sort-comparator