Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

This library determines the built-in type of a JavaScript value, working cross-realm and without relying on `instanceof` or the `constructor` property. It supports a wide range of built-in types, including primitives, objects, arrays, typed arrays, and functions. The project is ideal for developers who need a reliable way to identify JavaScript value types in complex environments.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of inspect-js/which-builtin-type

Account's avatar
ljharb/call-bound
Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.
Account's avatar
es-shims/Function.prototype.name
An ES2015 spec-compliant `Function.prototype.name` shim
Account's avatar
inspect-js/has-tostringtag
Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.
Account's avatar
inspect-js/is-async-function
Determine if a function is a native async function.
Account's avatar
inspect-js/is-date-object
Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Account's avatar
inspect-js/is-finalizationregistry
Is this value a JS FinalizationRegistry? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Account's avatar
inspect-js/is-generator-function
Determine if a function is a native generator function.
Account's avatar
inspect-js/is-regex
Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag
Account's avatar
inspect-js/is-weakref
Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Account's avatar
juliangruber/isarray
Array#isArray for older browsers
Account's avatar
inspect-js/which-boxed-primitive
Which kind of boxed JS primitive is this?
Account's avatar
inspect-js/which-collection
Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Account's avatar
inspect-js/which-typed-array
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Account's avatar
arethetypeswrong/arethetypeswronghub.io.git
A CLI tool for arethetypeswrong.github.io
Account's avatar
ljharb/eslint-config
My shareable eslint config
Account's avatar
ljharb/tsconfig
My personal tsconfig(s), so my open source projects can share them.
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for for-each
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for function.prototype.name
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for make-arrow-function
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for make-async-function
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for object-inspect
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for object.assign
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for tape
Account's avatar
CookPete/auto-changelog
Command line tool for generating a changelog from git tags and commit history
Account's avatar
inspect-js/available-typed-arrays
Returns an array of Typed Array names that are available in the current environment
Account's avatar
andris9/encoding
Convert encodings, uses iconv-lite
Account's avatar
reggi/evalmd
Evaluates javascript code blocks from markdown files.
Account's avatar
Raynos/for-each
A better forEach
Account's avatar
ljharb/has-bigints
Determine if the JS environment has BigInt support.
Account's avatar
inspect-js/has-symbols
Determine if the JS environment has Symbol support. Supports spec, or shams.
Account's avatar
iarna/in-publish
Detect if we were run as a result of `npm publish`
Account's avatar
ljharb/make-arrow-function
Function that returns an arbitrary arrow function, or undefined if arrow function syntax is unsupported.
Account's avatar
ljharb/make-async-function
Function that returns an arbitrary `async function`, or undefined if `async function` syntax is unsupported.
Account's avatar
ljharb/make-generator-function
Returns an arbitrary generator function, or undefined if generator syntax is unsupported.
Account's avatar
ljharb/npmignore
Command line tool for creating or updating a .npmignore file based on .gitignore.
Account's avatar
istanbuljs/nyc
the Istanbul command line interface
Account's avatar
inspect-js/object-inspect
string representations of objects in node and the browser
Account's avatar
ljharb/object.assign
ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim
Account's avatar
ljharb/safe-publish-latest
Ensure that when you `npm publish`, the "latest" tag is only set for the truly latest version.
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Support the repos that depend on this repository

Top contributors

ljharb's profile
ljharb
76 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
inspect-js

inspect-js/which-builtin-type

What is the type of this builtin JS value?

JavaScript
3
1
MIT License