Search
whats-the-type
Type detection beyond `typeof`
v2.4.0 URL:
https://unpkg.com/whats-the-type@2.4.0/whats-the-type.js
Open
Browse Files
typeof
getType
type detection
isArray
isAsyncFunction
isBigInt
isBlob
isBoolean
isCallable
isCustomElement
isDate
isElement
isElementCollection
isEmptyObject
isError
isFunction
isGeneratorFunction
isHtmlElement
isIterable
isMap
isMathElement
isNull
isNumber
isPlainObject
isPromise
isRegExp
isSet
isString
isSvgElement
isSymbol
isUndefined
isWeakMap
isWeakSet
@utilify/types
A utility library for type checks and type manipulation in JavaScript and TypeScript, providing functions to determine types and verify values like null, undefined, boolean, number, and more.
v2.0.0 URL:
https://unpkg.com/@utilify/types@2.0.0/dist/index.cjs
Open
Browse Files
types
getInstanceType
getType
isArray
isAsyncFunction
isAsyncGeneratorFunction
isBigint
isBoolean
isDate
isError
isFunction
isGeneratorFunction
isInfinity
isMap
isNaN
isNil
isNull
isNumber
isObject
isPlainObject
isPrimitive
isPromise
isRegExp
isSet
isString
isSymbol
isUndefined
isWeakMap
isWeakRef
isWeakSet
utilify
utilities
utility functions
helper functions
JavaScript
TypeScript