UNPKG

subnet-check

Version:

Check if an IPv4 or IPv6 address is contained in the given CIDR subnet

3 lines (2 loc) 104 B
export declare function isIPv4(s: string): boolean; export declare function isIPv6(s: string): boolean;