UNPKG

ip-anonymize

Version:

Anonymize IP addresses, works with IPv4 and IPv6

10 lines (7 loc) 167 B
declare namespace anonymizeIP { } declare function anonymizeIP( ip: string, v4MaskLength?: number, v6MaskLength?: number ): string | null export = anonymizeIP