UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

4 lines (3 loc) 246 B
import type { InlineDirectives } from "./directive-handling.js"; export declare function clearInlineDirectives(cleaned: string): InlineDirectives; export declare function clearExecInlineDirectives(directives: InlineDirectives): InlineDirectives;