UNPKG
@timo972/ufw
Version:
latest (1.0.0-rc4)
next (1.0.0-rc7)
1.0.0-rc7
1.0.0-rc6
1.0.0-rc5
1.0.0-rc4
ufw <-> nodejs app communication
github.com/Timo972/node-ufw
Timo972/node-ufw
@timo972/ufw
/
dist
/
util
/
validate.d.ts
5 lines
(4 loc)
•
245 B
TypeScript
View Raw
1
2
3
4
5
export
declare
function
isIPv4Valid
(
ip
:
string
):
boolean
;
export
declare
function
isIPv6Valid
(
ip
:
string
):
boolean
;
export
declare
function
isProtocolValid
(
proto
:
string
):
boolean
;
export
declare
function
isPortValid
(
port
:
number
):
boolean
;