UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

5 lines 199 B
//#region src/infra/net/hostname.d.ts /** Normalize a hostname for policy comparisons. */ declare function normalizeHostname(hostname: string): string; //#endregion export { normalizeHostname as t };