es-to-primitive
ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.
defined
return the first argument that is `!== undefined`
undefsafe
Undefined safe way of extracting object properties
ts-opt
Typed Option/Optional/Maybe for TypeScript and JavaScript, created to simplify code involving optional values (null, undefined, NaN).