UNPKG

network-wrapper

Version:
10 lines (9 loc) 264 B
module.exports = { test: function(domain) { var x = require("./index.js"); x.tracertWrapper.execute(domain) .then(x.tracertParser.parseOutput) .then(function(res) {console.log(res)}) .catch(function(error) {console.log(error);}) } };