is-number
Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
es-to-primitive
ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.
pop-arrayify
Transforms various collections into arrays by whatever means they support