mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-24 22:39:26 +01:00
11 lines
164 B
JavaScript
Vendored
11 lines
164 B
JavaScript
Vendored
exports.createServer =
|
|
exports.createConnection =
|
|
exports.connect =
|
|
function () {};
|
|
|
|
exports.isIP =
|
|
exports.isIPv4 =
|
|
exports.isIPv6 =
|
|
function () { return true };
|
|
|