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

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of alexindigo/precise-typeof

Account's avatar
browserify/browserify
browser-side require() the node way
Account's avatar
devongovett/browserify-istanbul
A browserify transform for the istanbul code coverage tool
Account's avatar
nickmerwin/node-coveralls
takes json-cov output into stdin and POSTs to coveralls.io
Account's avatar
gotwarlost/istanbul
Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use ca
Account's avatar
istanbuljs/nyc
the Istanbul command line interface
Account's avatar
alexindigo/obake
Pipe javascript into phantomjs, print the output, writing test coverage to disk along the way
Account's avatar
Medium/phantomjs
Headless WebKit with JS API
Account's avatar
observing/pre-commit
Automatically install pre-commit hooks for your npm modules.
Account's avatar
alexindigo/node-reamde
Strips javascript code blocks out of README (or any other markdown) files and converts them into function objects.
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
michaelrhodes/size-table
automagically display the size of your module at various levels of compression in your readme
Account's avatar
scottcorgan/tap-spec
Formatted TAP output like Mocha's spec reporter
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

alexindigo's profile
alexindigo
27 contributions
greenkeeperio-bot's profile
greenkeeperio-bot
2 contributions

Recent events

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

No events yet
alexindigo

alexindigo/precise-typeof

Detects precise type of objects like `Array()`, `new Number(1)`, `new Boolean(true)`, etc

JavaScript
4
0
MIT License

Precise‑typeof is a tiny JavaScript utility that improves on the built‑in `typeof` operator by returning exact type names for a wide range of values—arrays, dates, RegExp, Buffers, DOM nodes, ES6 symbols, wrapper objects (`new Number()`, `new Boolean()`), etc. It’s packaged as an npm module for developers who need reliable type detection in Node or browser environments, with an optional `pojoOnly` mode that treats only plain objects as “object” and reports custom constructor names.