@fkn/lib/cloud/net
Functions
Section titled “Functions”isIP()
Section titled “isIP()”function isIP(input): 0 | 4 | 6;Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”0 | 4 | 6
isIPv4()
Section titled “isIPv4()”function isIPv4(input): boolean;Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”boolean
isIPv6()
Section titled “isIPv6()”function isIPv6(input): boolean;Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”boolean
References
Section titled “References”_default
Section titled “_default”Re-exports _default
connect
Section titled “connect”Re-exports connect
createConnection
Section titled “createConnection”Re-exports createConnection
createServer
Section titled “createServer”Re-exports createServer
default
Section titled “default”Renames and re-exports _default
Server
Section titled “Server”Re-exports Server
Socket
Section titled “Socket”Re-exports Socket