Pinned Repositories
browser
Utility functions specifically for the browser. Query string parsing, HTTP requests, promises, Retina display, operating system detection, etc.
node
Utility functions specifically for Node.js. HTTP requests, CLI arguments, promises, operating system, version, etc. See also @twodashes/universal and @twodashes/browser
universal
Universal utility functions for both browser and node (like @lodash, but with more dashes). Mostly "pure" functions (sorting ones use [].sort()). Promises, filtering, sorting, combining, text analysis, math, curry, sleep, etc. See also platform specific functions @twodashes/node and @twodashes/browser.
twodashes's Repositories
twodashes/browser
Utility functions specifically for the browser. Query string parsing, HTTP requests, promises, Retina display, operating system detection, etc.
twodashes/node
Utility functions specifically for Node.js. HTTP requests, CLI arguments, promises, operating system, version, etc. See also @twodashes/universal and @twodashes/browser
twodashes/universal
Universal utility functions for both browser and node (like @lodash, but with more dashes). Mostly "pure" functions (sorting ones use [].sort()). Promises, filtering, sorting, combining, text analysis, math, curry, sleep, etc. See also platform specific functions @twodashes/node and @twodashes/browser.