UNPKG

wechaty-puppet

Version:
19 lines (15 loc) 227 B
import { log, } from 'brolog' /** * VERSION */ import readPkgUp from 'read-pkg-up' const pkg = readPkgUp.sync({ cwd: __dirname }).pkg export const VERSION = pkg.version /** * exports */ export { log, }