UNPKG

apeman-tmpl

Version:
16 lines (10 loc) 224 B
/** * Template manager for apeman. * @module apeman-tmpl * @version 6.0.0 */ 'use strict' const apemanTmpl = require('./apeman_tmpl') let lib = apemanTmpl.bind(this) lib.apemanTmpl = apemanTmpl module.exports = lib