UNPKG

@ai2070/l0

Version:

L0: The Missing Reliability Substrate for AI

3 lines 239 B
import type { L0Monitor } from "./monitoring"; export declare function safeInvokeCallback<T>(callback: ((arg: T) => void) | undefined, arg: T, monitor: L0Monitor | null, callbackName?: string): void; //# sourceMappingURL=callbacks.d.ts.map