UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

12 lines (11 loc) 336 B
export declare function isWSLEnv(): boolean; /** * Synchronously check if running in WSL. * Checks env vars first, then /proc/version. */ export declare function isWSLSync(): boolean; /** * Synchronously check if running in WSL2. */ export declare function isWSL2Sync(): boolean; export declare function isWSL(): Promise<boolean>;