Utilities to get and check variable types (isString, isPlainObject, isRegExp, etc)
Check your types at runtime with ESNext syntax by meta programing in node.js and browser with interfaces, types, strict object and more.
check whether value is undefined or empty or null
a typescript library for building type guards quickly and in a type safe way
provides helpers to check if argument type is object, array, function