UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

3 lines (2 loc) 142 B
/** Strip username/password credentials from a URL string when it parses. */ export declare function stripUrlUserInfo(value: string): string;