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

`es-get-iterator` is a utility library that reliably obtains a standard JavaScript iterator for any value, handling inconsistencies in older or polyfilled environments. It's designed for developers who need robust cross-platform iteration, such as when working with legacy browsers or tools like `es6-shim`. The library abstracts away differences in `Symbol.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of ljharb/es-get-iterator

Account's avatar
ljharb/call-bind
Robustly `.call.bind()` a function
Account's avatar
ljharb/get-intrinsic
Get and robustly cache all JS language-level intrinsics at first require time
Account's avatar
inspect-js/has-symbols
Determine if the JS environment has Symbol support. Supports spec, or shams.
Account's avatar
inspect-js/is-arguments
Is this an arguments object? It's a harder question than you think.
Account's avatar
inspect-js/is-map
Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Account's avatar
inspect-js/is-set
Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Account's avatar
inspect-js/is-string
Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Account's avatar
juliangruber/isarray
Array#isArray for older browsers
Account's avatar
ljharb/stop-iteration-iterator
Firefox 17-26 iterators throw a StopIteration object to indicate "done". This normalizes it.
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
zloirock/core-js
Standard library
Account's avatar
es-shims/es5-shim
ECMAScript 5 compatibility shims for legacy JavaScript engines
Account's avatar
paulmillr/es6-shim
ECMAScript 6 (Harmony) compatibility shims for legacy JavaScript engines
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
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/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
71 contributions
lencioni's profile
lencioni
1 contributions
nicolo-ribaudo's profile
nicolo-ribaudo
1 contributions

Recent events

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

No events yet
ljharb

ljharb/es-get-iterator

Get an iterator for any JS language value. Works robustly across all environments, all versions.

JavaScript
13
5
MIT License