chore: include pre-built dist for github install
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import type { PendingCall } from "./types";
|
||||
export declare function startPendingCallCleanup(): void;
|
||||
export declare function registerPendingCall(callID: string, pendingCall: PendingCall): void;
|
||||
export declare function takePendingCall(callID: string): PendingCall | undefined;
|
||||
Reference in New Issue
Block a user