Pinned Repositories
actually
A composable assertion library.
ansify
A chainable API for styling ANSI terminal strings
base64
Cross-platform base64 methods for encoding and decoding Unicode (16-bit) strings, including methods to make strings safe for use in `application/x-www-form-urlencoded` values.
bind
A `Function.prototype.bind()` polyfill.
checkfire
UI for checking potential wildfires
classify
Get a remedial type string for any value. Replace all the `typeof`s.
promise
Promise polyfill for ES3/ES5.
mikol's Repositories
mikol/defer
Executes `callback` as early in the next event loop as possible.
mikol/defer-each
Visits at most one item in `list` per event loop, executes `callback()`, and waits for any returned promise to settle before continuing to the next item.
mikol/lib-node-options
Minimalistic utility for parsing typical Unix command line options following POSIX conventions, including support for GNU-style long options.
mikol/noop
Do nothing. Compatible with AMD and CJS.
mikol/rig
mikol/slice
Slice any iterable.