UNPKG

@hazae41/kcp

Version:

Zero-copy KCP protocol for the web

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