UNPKG

apeman-tmpl-bud

Version:
20 lines (14 loc) 288 B
/** * apeman template of bud files. * @module apeman-tmpl-bud * @version 2.0.4 */ 'use strict' const load = require('./load') const pkg = require('../package.json') let lib = load.bind(this) Object.assign(lib, load, { load: load, version: pkg.version }) module.exports = lib