UNPKG

spica

Version:

Supervisor, Coroutine, Channel, select, AtomicPromise, Cancellation, Cache, List, Queue, Stack, and some utils.

12 lines (9 loc) 142 B
import assert from 'power-assert'; declare namespace NS { export { assert, } } declare global { const assert: typeof NS.assert; }