connect
Nodepod API / src / net / connect
Variable: connect
Section titled “Variable: connect”
constconnect: (portOrOpts,hostOrCb?,cb?) =>TcpSocket=createConnection
Defined in: src/polyfills/net.ts:344
Parameters
Section titled “Parameters”portOrOpts
Section titled “portOrOpts”number | { host?: string; port: number; }
hostOrCb?
Section titled “hostOrCb?”string | (() => void)
() => void