From 634477683c9e60f80a0134d884ef37ceb0b33eb5 Mon Sep 17 00:00:00 2001 From: Marcel Bos Date: Sat, 19 Sep 2026 15:57:39 +0200 Subject: [PATCH] Add Zep.js to Utility section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2e81afb5..f772a2fa 100644 --- a/README.md +++ b/README.md @@ -580,6 +580,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [when](https://github.com/cujojs/when) - A solid, fast Promises/A+ and when() implementation, plus other async goodies. * [ObjectEventTarget](https://github.com/gartz/ObjectEventTarget) - Provide a prototype that add support to event listeners (with same behavior of EventTarget from DOMElements available on browsers). * [sporadic](https://github.com/marcoonroad/sporadic) - Composable concurrency abstractions (such as streams, coroutines and Go-like channels) on top of promises, for Node and browser engines. +* [zep.js](https://github.com/marsbos/zep) - A tiny (265B) event pipeline with auto-cleanup, debounce, and AbortSignal. ## Routing