/// var path = require("path"); var openURL = require("open"); var smarturl = {}; smarturl.open = openURL; module.exports = smarturl;