aswi2020vldc-gitlab/templetes/node_modules/node-libs-browser/mock/net.js @ 56f6c6df
1 |
exports.createServer = |
---|---|
2 |
exports.createConnection = |
3 |
exports.connect = |
4 |
function () {}; |
5 |
|
6 |
exports.isIP = |
7 |
exports.isIPv4 = |
8 |
exports.isIPv6 = |
9 |
function () { return true }; |
10 |
|