UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

9 lines (8 loc) 282 B
/** * Utility for checking AbortSignal state and throwing a standard AbortError. */ /** * Throws an AbortError if the given signal has been aborted. * Use at async checkpoints to support cancellation. */ export declare function throwIfAborted(abortSignal?: AbortSignal): void;