UNPKG

238 BJavaScriptView Raw
1/**
2 * Daemon manager for apeman.
3 * @module apeman-d
4 * @version 1.1.2
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');
15module.exports = lib;