UNPKG

@berish/rfp

Version:

Binary secure transport organization protocol for peer communication using function fingerprints

3 lines 220 B
export declare const SYMBOL_NEXT_STEP: unique symbol; export declare function nextPromise<T>(callback: (next: () => any) => T | Promise<T>): Promise<T | typeof SYMBOL_NEXT_STEP>; //# sourceMappingURL=nextPromise.d.ts.map