Typescript abstractions over Rust crypto library's WASM wrapper
-
Updated
Nov 30, 2025 - TypeScript
Typescript abstractions over Rust crypto library's WASM wrapper
🧵 An expressive and chainable library for advanced string manipulations. Supports appending, prepending, trimming, quoting, and path formatting with customizable whitespace handling. Makes advanced String manipulations a piece of cake. 🦥
A lightweight utility for Node.js projects that accumulates items into fixed-size batches (number-of-items wise), preserving insertion order. It abstracts batch management, allowing users to focus on application logic. Ideal for delayed processing tasks such as bulk write/publish operations to kafka, databases, blob storage, etc.
A lightweight utility for Node.js projects that accumulates items into fixed-size batches per key, preserving insertion order within each key. Streams items directly into their respective batches at runtime, eliminating the overhead of post-processing 1D arrays into chunks. It abstracts key-based batch management.
A tiny dependency-free extension to the native Map, with defaults and updates perfect for reducing data into buckets.
A lightweight utility for Node.js projects that accumulates items into fixed-size batches per key, preserving insertion order within each key. Streams items directly into their respective batches at runtime, eliminating the overhead of post-processing 1D arrays into chunks. It abstracts key-based batch management.
Add a description, image, and links to the accumulator topic page so that developers can more easily learn about it.
To associate your repository with the accumulator topic, visit your repo's landing page and select "manage topics."