UNPKG

321 Btext/x-handlebars-templateView Raw
1/**
2 * {{pkg.description}}
3 * @module {{pkg.name}}
4 * @version {{pkg.version}}
5 */
6
7"use strict";
8
9const apemanInfr = require('./apeman_infr');
10
11let lib = apemanInfr.bind(this);
12
13lib.apemanInfr = apemanInfr;
14{{#each sub}}
15lib.{{this}} = apemanInfr.{{this}};
16{{/each}}
17lib.done = require('./done');
18
19module.exports = lib;
20
\No newline at end of file