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

**is-constructable** is a tiny JavaScript/TypeScript utility that lets developers quickly determine whether a given value can be instantiated with the `new` operator (i.e., whether it is a constructable function or class) without actually invoking it. It’s aimed at library authors and tooling developers who need runtime checks for constructor‑like objects, offering both a default fast `Proxy`‑based check and a fallback `Reflect` implementation.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of gfmio/is-constructable

Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for chai
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for mocha
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
open-cli-tools/concurrently
Run commands concurrently
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
TypeStrong/ts-node
TypeScript execution environment and REPL for node.js, with source map support
Account's avatar
gfmio/ts-pkg-scripts
Build scripts for TypeScript packages
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Support the repos that depend on this repository

Top contributors

gfmio's profile
gfmio
1 contributions

Recent events

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

No events yet
gfmio

gfmio/is-constructable

A predicate for testing if a value is constructable (can be called using the new operator)

TypeScript
0
0
MIT License