openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
5 lines (4 loc) • 339 B
TypeScript
/** Validates the custom-bind IPv4 input and returns the user-facing error text. */
export declare function validateDottedDecimalIPv4Input(value: string | undefined): string | undefined;
/** @deprecated Use validateDottedDecimalIPv4Input. */
export declare function validateIPv4AddressInput(value: string | undefined): string | undefined;