UNPKG

255 BJavaScriptView Raw
1/**
2 * Deply manager for apeman
3 * @module apeman-dply
4 * @version 2.4.2
5 */
6
7"use strict";
8
9const apemanDply = require('./apeman_dply');
10
11let lib = apemanDply.bind(this);
12
13lib.apemanDply = apemanDply;
14lib.done = require('./done');
15
16module.exports = lib;