UNPKG

worktime

Version:
6 lines (4 loc) 109 B
const pkg = require('../../package') module.exports = () => { console.log(`${pkg.name}@${pkg.version}`) }