UNPKG

230 Btext/x-handlebars-templateView Raw
1/**
2 * {{pkg.description}}
3 * @module {{ pkg.name }}
4 * @version {{ pkg.version }}
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
16
\No newline at end of file