A tiny Floating Action Button for React.
A simple promisified recursive readdir function.
HTTP daemon and CLI for agent-driven browser extension testing with Playwright
Distributed locking primitives for Redis - mutex and semaphore
Provides 'AsyncMutex', an async coordination primitive.
Very small binary search index implimentation.
convert hanzi to pinyin
A small update notifier for NPM packages, useful for CLI apps.
> Convert your links into beautiful previews
A simple promisified recursive readdir function, with support for globs.
Small JS mutex library
Minimalist-friendly ~1.5KB router for React
Awaitable semaphore/mutex [Fork of await-semaphore]
Distributed locking using PostgreSQL advisory locks
Tiny and elegant HTTP client based on the Fetch API
Set of higher-order components to turn any list into a sortable, touch-friendly, animated list
Rust-like Mutex for TypeScript
smallest osm.pbf parser
vfile utility to count messages per category: failures, warnings, etc
Moco Backend-as-a-Service
unist utility to find nodes after another node
Parses LaTeX math strings—typically extracted from Markdown—and converts them into an abstract syntax tree (AST).
## Convenience Types ## - `type Undef<T> = T | undefined;` - `type Unwrap<T> = T extends Undef<infer D> ? D : T;` - `type UnwrapArray<T> = T extends Array<infer D> ? D : T;` - `type UnwrapPromise<T> = T extends Promise<infer D> ? D : T;`
A tiny function for truncating a string that may contain ANSI escape sequences.