Pinned Repositories
async-seq
Run async functions in sequence.
design
disposable
Manage side effect disposers in a compact, reusable and testable style.
dom
Collection of common DOM utilities
event
An event that can be subscribed to.
string
Collection of common string utilities.
template
A template starter repo for modern JavaScript and TypeScript development, designed to ensure high-quality code output.
time
Collection of time utilities.
tsur
TypeScript goodies inspired by Rust.
weak-cache
WeakCache is like WeakMap but extends support to primitive keys, and with both object keys and object values being weakly referenced.
wopjs's Repositories
wopjs/dom
Collection of common DOM utilities
wopjs/tsur
TypeScript goodies inspired by Rust.
wopjs/disposable
Manage side effect disposers in a compact, reusable and testable style.
wopjs/template
A template starter repo for modern JavaScript and TypeScript development, designed to ensure high-quality code output.
wopjs/event
An event that can be subscribed to.
wopjs/async-seq
Run async functions in sequence.
wopjs/design
wopjs/string
Collection of common string utilities.
wopjs/time
Collection of time utilities.
wopjs/weak-cache
WeakCache is like WeakMap but extends support to primitive keys, and with both object keys and object values being weakly referenced.
wopjs/cast
Filter types from unknown.