MCPcopy
hub / github.com/yortus/asyncawait / Async

Interface Async

src/types.d.ts:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16
17export interface Async extends AsyncReturnsPromise {
18 cps: AsyncAcceptsCallbackReturnsNothing;
19 thunk: AsyncReturnsThunk;
20 result: AsyncReturnsResult;
21 iterable: AsyncIterableReturnsPromise;
22}
23
24export interface AsyncFunction {
25 (fn: Function): Function;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected