UNPKG

apeman-demo-tmpl

Version:
17 lines (12 loc) 260 B
/** * Demo of tmpl project. * @module apeman-demo-tmpl * @version 2.0.2 */ "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;