UNPKG

@hazae41/mutex

Version:

Rust-like Mutex for TypeScript

4 lines (2 loc) 64 B
type Awaitable<T> = T | Promise<T>; export type { Awaitable };