Utilities to get and check variable types (isString, isPlainObject, isRegExp, etc)
A very limited subset of is-* functions I use every day
Check your types at runtime with ESNext syntax by meta programing in node.js and browser with interfaces, strict object and more.
Simple and light-weight JavaScript type checker that brings convenience!