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 is a JavaScript utility library that determines whether a given value is callable, working with both regular functions and generator functions despite ES6 `@@toStringTag` changes. It's designed for developers building JavaScript libraries or applications who need reliable, cross-environment callable detection across various browsers and Node.js versions.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of inspect-js/is-callable

Account's avatar
ljharb/eslint-config
My shareable eslint config
Account's avatar
ljharb/aud
Use `npx aud` instead of `npm audit`, whether you have a lockfile or not!
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
jedmao/eclint
Validate or fix code that doesn't adhere to EditorConfig settings or infer settings from existing code.
Account's avatar
ljharb/es-value-fixtures
Fixtures of ES values, for testing purposes
Account's avatar
Raynos/for-each
A better forEach
Account's avatar
inspect-js/has-tostringtag
Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.
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
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
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

Support the repos that depend on this repository

Top contributors

ljharb's profile
ljharb
346 contributions
ExE-Boss's profile
ExE-Boss
2 contributions
gruns's profile
gruns
1 contributions
aks-'s profile
aks-
1 contributions
sirian's profile
sirian
1 contributions
greenkeeper[bot]'s profile
greenkeeper[bot]
1 contributions
greenkeeperio-bot's profile
greenkeeperio-bot
1 contributions
xobotyi's profile
xobotyi
1 contributions

Recent events

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

No events yet
inspect-js

inspect-js/is-callable

Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.

JavaScript
42
9
MIT License