UNPKG
node-stdlib-browser
Version:
latest (1.3.1)
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
Node standard library for browser.
github.com/niksy/node-stdlib-browser
niksy/node-stdlib-browser
node-stdlib-browser
/
esm
/
mock
/
net.js
8 lines
(6 loc)
•
209 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
function
noop
()
{}
function
bool
()
{
return
true
; } export { noop
as
connect, noop
as
createConnection, noop
as
createServer,
bool
as
isIP,
bool
as
isIPv4,
bool
as
isIPv6 };
//# sourceMappingURL=net.js.map