UNPKG

@licq/tnwjs

Version:
11 lines (9 loc) 204 B
const utils = require('./utils'); module.exports = function () { try { const current = utils.getCurrentVersion() console.log(current); } catch (e) { console.log(e.stack); } }