UNPKG
ip-anonymize
Version:
latest (0.1.0)
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Anonymize IP addresses, works with IPv4 and IPv6
nicolaschan/ip-anonymize
ip-anonymize
/
index.d.ts
10 lines
(7 loc)
•
167 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
declare
namespace
anonymizeIP
{ }
declare
function
anonymizeIP
(
ip
:
string
,
v4MaskLength
?:
number
,
v6MaskLength
?:
number
):
string
|
null
export
= anonymizeIP