(options: Net.NetConnectOpts)
| 219 | * @category layers |
| 220 | */ |
| 221 | export const layerNet = (options: Net.NetConnectOpts): Layer.Layer<Socket.Socket, Socket.SocketError> => |
| 222 | Layer.effect(Socket.Socket, makeNet(options)) |
nothing calls this directly
no test coverage detected
searching dependent graphs…