UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

6 lines (5 loc) 200 B
export declare function skipDirectiveArgPrefix(raw: string): number; export declare function takeDirectiveToken(raw: string, startIndex: number): { token: string | null; nextIndex: number; };