UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

2 lines (1 loc) 92 B
export declare function serializeByKey<T>(key: string, task: () => Promise<T>): Promise<T>;