UNPKG

apeman-demo-tmpl

Version:
20 lines (14 loc) 281 B
/** * Demo of tmpl project. * @module apeman-demo-tmpl * @version 3.0.1 */ '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