UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

12 lines (11 loc) 366 B
type AcceptedEnvOption = { key: string; description: string; value?: string; redact?: boolean; }; export declare function logAcceptedEnvOption(option: AcceptedEnvOption): void; export declare function normalizeZaiEnv(): void; export declare function isTruthyEnvValue(value?: string): boolean; export declare function normalizeEnv(): void; export {};