UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

6 lines (5 loc) 195 B
export type BooleanParseOptions = { truthy?: string[]; falsy?: string[]; }; export declare function parseBooleanValue(value: unknown, options?: BooleanParseOptions): boolean | undefined;