/** * {{pkg.description}} * @module {{pkg.name}} * @version {{pkg.version}} */ 'use strict' const apemanUi = require('./apeman_ui') let lib = apemanUi.bind(this) Object.assign(lib, apemanUi, { apemanUi }) module.exports = lib