UNPKG

256 BJavaScriptView Raw
1/**
2 * Plugin search for apeman.
3 * @module apeman-srch
4 * @version 1.1.1
5 */
6
7"use strict";
8
9const apemanSrch = require('./apeman_srch');
10
11let lib = apemanSrch.bind(this);
12
13lib.apemanSrch = apemanSrch;
14lib.done = require('./done');
15
16module.exports = lib;