UNPKG

@ai2070/l0

Version:

L0: The Missing Reliability Substrate for AI

4 lines 257 B
import type { EventDispatcher } from "./event-dispatcher"; import type { L0Options } from "../types/l0"; export declare function registerCallbackWrappers(dispatcher: EventDispatcher, options: L0Options): void; //# sourceMappingURL=callback-wrappers.d.ts.map