UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

3 lines (2 loc) 146 B
import type { CronServiceState } from "./state.js"; export declare function locked<T>(state: CronServiceState, fn: () => Promise<T>): Promise<T>;