Implementation of type checking functions for JavaScript which wrap around the many inconsistencies in the core langauge. Lightweight and works cross-browser, or intends to. Ordinary Usage - passing a ...
A robust replacement for JavaScript's built-in instanceof, for use in TypeScript libraries. We often want to know whether an object is an instance of a certain class. This library will help you create ...