UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

8 lines (7 loc) 234 B
export type ProcessWarning = { code?: string; name?: string; message?: string; }; export declare function shouldIgnoreWarning(warning: ProcessWarning): boolean; export declare function installProcessWarningFilter(): void;