object-utils-js
A collection of utilities dealing with object
A collection of utilities dealing with object
Tests to see if the prototype property of a constructor appears anywhere in the prototype chain of an value.
locore is a Standard library. the library with basic JavaScript methods to improve development efficiency.
WIP: Checking and comparing with the prototype
Checking and comparing with the prototype
Determine if a value is an instance of a type
Create typed overloads for functions
A 'real' Enum implementation for JavaScript with typesafety, ordinal support and comparison support. inspired by Java. Typed with Flow and supports ES-modules.
Additional ESLint rules.
Test whether a value has in its prototype chain a specified constructor as a prototype property.
Test if an object's prototype chain contains a provided prototype.
Test if a value is a regular expression.
Implement prototypical inheritance by replacing the prototype of one constructor with the prototype of another constructor.
Determine the name of a value's constructor.
Functions for testing the types of JS values
Function argument validation for humans
Create errors that can be both thrown and returned. Make error handling easier for both JavaScript and TypeScript.