@bemoje/type-of
Returns a string representing a value's constructor's name property, except for 'NaN', infinite values, 'Infinity', 'Null' and 'Undefined'.
Updated by @bemoje
@bemoje/is-node
Browser-safely returns whether the current process is a node-js process.
Updated by @bemoje
@bemoje/throw-type-error
Throws a TypeError with a generated error message with ANSI-colors for easier console output readability.
Updated by @bemoje
@bemoje/expected-got
Creates an error-message string with ANSI-colors to make it easy to spot in the console.
Updated by @bemoje
@bemoje/is-args-defined
Returns whether or not the passed arguments are defined - ie. not undefined
Updated by @bemoje