UNPKG

apeman-tmpl-bud

Version:
17 lines (12 loc) 268 B
/** * apeman template of bud files. * @module apeman-tmpl-bud * @version 1.20.5 */ "use strict"; const load = require('./load'), pkg = require('../package.json'); let lib = load.bind(this); lib.load = load; lib.version = pkg.version; module.exports = lib;