MCPcopy Create free account
hub / github.com/stdlib-js/stdlib / find

Function find

tools/docs/jsdoc/templates/html/publish.js:24–26  ·  view source on GitHub ↗
(spec)

Source from the content-addressed store, hash-verified

22var outdir = path.normalize(env.opts.destination);
23
24function find(spec) {
25 return helper.find(data, spec);
26}
27
28function tutoriallink(tutorial) {
29 return helper.toTutorial(tutorial, null, { tag: 'em', classname: 'disabled', prefix: 'Tutorial: ' });

Callers 1

publish.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected