UNPKG

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