UNPKG
private-ip
Version:
latest (3.0.2)
3.0.2
3.0.1
3.0.0
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.1
2.2.0
2.1.1
2.1.0
2.0.0
1.0.5
1.0.2
1.0.1
1.0.0
0.1.0
Check if IP address is private.
github.com/frenchbread/private-ip
frenchbread/private-ip
private-ip
/
tsconfig.json
10 lines
(9 loc)
•
164 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"compilerOptions"
:
{
"target"
:
"ES2020"
,
"module"
:
"ES2020"
,
"moduleResolution"
:
"node"
,
"esModuleInterop"
:
true
,
"declaration"
:
true
}
}