UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

3 lines (2 loc) 179 B
export declare function wrapFetchWithAbortSignal(fetchImpl: typeof fetch): typeof fetch; export declare function resolveFetch(fetchImpl?: typeof fetch): typeof fetch | undefined;