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 relateiq/escape-stack

Account's avatar
open-npm-tools/chokidar-cli
Ultra-fast cross-platform command line utility to watch file system changes.
Account's avatar
intesso/connect-livereload
connect middleware for adding the livereload script to the response
Account's avatar
thlorenz/exorcist
Externalizes the source map found inside a stream to an external `.js.map` file
Account's avatar
http-party/node-http-proxy
HTTP proxying for the masses
Account's avatar
sass/node-sass
Wrapper around libsass
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers
Account's avatar
mklabs/tiny-lr
Tiny LiveReload server, background-friendly
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development
Account's avatar
typings/typings
The TypeScript Definition Manager
Account's avatar
browserify/watchify
watch mode for browserify builds
Account's avatar
yargs/yargs
yargs the modern, pirate-themed, successor to optimist.

Support the repos that depend on this repository

Top contributors

vrunjeti's profile
vrunjeti
23 contributions
scamden's profile
scamden
9 contributions
danyaal's profile
danyaal
5 contributions
benshope's profile
benshope
1 contributions
shadowvrunjeti's profile
shadowvrunjeti
1 contributions
dependabot[bot]'s profile
dependabot[bot]
1 contributions

Recent events

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

No events yet
relateiq

relateiq/escape-stack

Shell
0
1
BSD 3-Clause "New" or "Revised" License

Escape Stack is a lightweight TypeScript library that lets web developers manage a stack of escape‑key handlers. By adding functions to the stack, each press of the Esc key pops and runs the most recent handler (optionally removing it based on the handler’s return value), making it ideal for UI components like modals, dialogs, or any element that should close or perform actions when the user hits Escape. It’s targeted at front‑end developers building interactive web applications who need a simple, predictable way to coordinate escape‑key behavior.