UNPKG

131 BJavaScriptView Raw
1'use strict'
2
3const apemanSrch = require('apeman-srch')
4
5apemanSrch('mocha', {
6 type: 'task'
7}).then((result) => {
8 /* ... */
9})