Utilities to get and check variable types (isString, isPlainObject, isRegExp, etc)
bevryabout 1 year agoCheck your types at runtime with ESNext syntax by meta programing in node.js and browser with interfaces, types, strict object and more.
pro-script20 days agoA simple javascript function that will return true if the value is null like (aka undefined or null)
royriojasover 2 years ago