UNPKG

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