UNPKG

119 BJavaScriptView Raw
1"use strict";
2
3const apemanSrch = require('apeman-srch');
4
5apemanSrch({
6 task: "mocha"
7}, (err) => {
8 /*...*/
9});
\No newline at end of file