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.d.ts
4 lines
•
220 B
TypeScript
View Raw
1
2
3
4
declare
function
noop
(
):
void
;
declare
function
bool
(
):
boolean
; export { noop
as
createServer, noop
as
createConnection, noop
as
connect,
bool
as
isIP,
bool
as
isIPv4,
bool
as
isIPv6 };
//# sourceMappingURL=net.d.ts.map