There are 1 repository under typeof topic.
Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!
Curried property accessor function that resolves deeply-nested object properties via dot/bracket-notation string path while mitigating TypeErrors via friendly and composable API.
Is the value an object, and not an array or null?
Is the typeof value a javascript primitive?
TypeScript typeof utility helper with no dependencies.
Jest matcher that allows you to test the expected type of value.
Simple functionality alternative to check data type references such as typeof and instanceof.
Detects precise type of objects like `Array()`, `new Number(1)`, `new Boolean(true)`, etc
Determine the specification defined classification of an object.
Check native type of the given value and throw TypeError if not okey. Expressive, elegant, behavior-driven API, good descriptive default error messages, simple and clean syntax.
:ghost: only 0.25 kb. what.js is a simple library to get the type of variables. enganced typeof function.
👺 weak but accurate type checking that returns a string representation of input's type
Detect native Symbol.toStringTag support.
Get the type of every parameter
Can be used to distinguish between these types: boolean, number, string, function, array, date, regexp, object, error.
This repository includes all basics of JavaScript . It is a perfect option for beginners and those want to refresh their knowledge. This repo includes practical examples so far, and the comments explains everything from A-Z.
Test if a value is object-like.
Test if two arguments have the same native class.
Test if two arguments have the same type.
Determine the name of a value's constructor.
Determine a value's type.
Project #30 of Codecademy's Full Stack Engineer Career Path
A function check real typeof value in JavaScript.
Type validation function focused on tooling