UNPKG

@jsonhero/json-infer-types

Version:
6 lines (5 loc) 182 B
export declare type JSONIPAddressFormat = { name: "ip"; variant: "v4" | "v6"; }; export declare function inferIpAddress(value: string): JSONIPAddressFormat | undefined;