```typescript const mutex: MutexBase; // 获取 key 等待锁, (最多尝试获取30次,每次间隔在10~20毫秒),获取不到则抛出异常 const unlock = await mutex.lock({ key: 'key', tryCount: 30, sleepRange: [10, 20] }); await unlock(); // 释放锁
A comprehensive library for mime-type mapping
Cross-browser Error parser
A smaller version of caniuse-db, with only the essentials!
Convert character encodings in pure javascript.
A tiny javascript type testing tool
A lightweight ESLint plugin for import/export linting
JavaScript port of tiktoken
TypeScript definitions for btoa-lite
Lite weight tapable for Rspack
A streaming way to send data to a Node.js Worker Thread
Lightweight React bindings for MobX based on React 16.8+ and Hooks
JavaScript APG, an ABNF Parser Generator
A simple, fast, extensible AWS client
JSON viewer component for React focused on performance for large volume input while still providing few customiziation features
Library with base interfaces for LangGraph checkpoint savers.
A tiny (304B to 489B) utility for check for deep equality
CLI tool to update caniuse-lite to refresh target browsers from Browserslist config
Vega-Lite is a concise high-level language for interactive visualization.
TypeScript definitions for atob-lite
Simple validation library
Runs the following loaders in a worker pool
Compare strings containing a mix of letters and numbers in the way a human being would in sort order.
A native Node.js module that can capture JavaScript stack traces from main and worker threads, even with blocked event loops.