draft: refactor project so it sits on top of a standalone app
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
exports.createServer =
|
||||
exports.createConnection =
|
||||
exports.connect =
|
||||
function () {};
|
||||
|
||||
exports.isIP =
|
||||
exports.isIPv4 =
|
||||
exports.isIPv6 =
|
||||
function () { return true };
|
||||
|
||||
Reference in New Issue
Block a user