typeof
There are 55 repositories under typeof topic.
microsoft/PSRule
Validate infrastructure as code (IaC) and objects using PowerShell rules.
jonschlinkert/kind-of
Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!
wilmoore/selectn.js
Curried property accessor function that resolves deeply-nested object properties via dot/bracket-notation string path while mitigating TypeErrors via friendly and composable API.
jonschlinkert/isobject
Is the value an object, and not an array or null?
typeis/typeis
Typeis. it's the smart and simple javaScript type checker
jonschlinkert/is-primitive
Is the typeof value a javascript primitive?
justinlettau/ts-util-is
TypeScript typeof utility helper with no dependencies.
ooade/micro-typeof
✍🏿Get the exact type of a value
careteenL/type
✔️JavaScript类型检查,弥补typeof不足
eddie0329/jest-to-be-typed
Jest matcher that allows you to test the expected type of value.
restuwahyu13/is-any-type
Simple functionality alternative to check data type references such as typeof and instanceof.
alexindigo/precise-typeof
Detects precise type of objects like `Array()`, `new Number(1)`, `new Boolean(true)`, etc
tunnckoCore/assert-kindof
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.
hustcc/what.js
:ghost: only 0.25 kb. what.js is a simple library to get the type of variables. enganced typeof function.
moimikey/typeov
👺 weak but accurate type checking that returns a string representation of input's type
stdlib-js/assert-has-tostringtag-support
Detect native Symbol.toStringTag support.
stdlib-js/utils-native-class
Determine the specification defined classification of an object.
bartekleon/param-type
Get the type of every parameter
boizz/realtype
Can be used to distinguish between these types: boolean, number, string, function, array, date, regexp, object, error.
dasjideepak/js_variables_and_types
This repository contains assignments that I have worked on for practicing variables, data types, typeof and type conversions in javascript
deno911/dis
Typechecking with ease.
Hameedullah-Asadi3300/JavaScript-Repo-1
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.
stdlib-js/assert-is-object-like
Test if a value is object-like.
stdlib-js/assert-is-same-native-class
Test if two arguments have the same native class.
stdlib-js/assert-is-same-type
Test if two arguments have the same type.
stdlib-js/utils-constructor-name
Determine the name of a value's constructor.
stdlib-js/utils-type-of
Determine a value's type.
AntonV0/meal-maker
Project #30 of Codecademy's Full Stack Engineer Career Path
ariarzer/type
Tiny library for determining the type. Can detect custom types.
DungGramer/type-detail
A function check real typeof value in JavaScript.
emilio-martinez/is-datatype
Type validation function focused on tooling
Gyumeijie/getTypeOf
get the type of a javascript value
xflihaibo/checktype
一个类型检测的javascript库
phun-ky/typeof
A set of JS helpers to detect types