Alhadis / Utils

Battle-hardened suite of self-contained utility functions for both browser and Node.

Home Page:https://npmjs.com/package/alhadis.utils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Utils

This is an eclectic collection of utility functions I've written over the years. Like most of my projects, it doesn't have a name; it's simply called whatever it exists to do. Hence the uncreatively generic name Utils, an apt descriptor for something which started life as a PasteBin snippet dump.

These functions share little in common with each other, each having been written for different projects with very different time allocations. They vary vastly in usefulness, specificity, and readability; their only consistent quality is being able to work in isolation. Anything not 100% self-contained has its dependencies listed in JSDoc:

/**
 * @uses {@link foo}, {@link bar}
 */
function fooBar(){
	return foo() + bar();
}

About

Battle-hardened suite of self-contained utility functions for both browser and Node.

https://npmjs.com/package/alhadis.utils

License:ISC License


Languages

Language:JavaScript 99.1%Language:Makefile 0.5%Language:C 0.3%Language:Shell 0.1%Language:sed 0.0%