UNPKG

@smithy/util-endpoints

Version:
5 lines (4 loc) 123 B
/** * Validates if the provided value is an IP address. */ export declare const isIpAddress: (value: string) => boolean;