MCPcopy Create free account
hub / github.com/nodejs/node / globify

Function globify

deps/npm/lib/commands/help-search.js:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5const BaseCommand = require('../base-cmd.js')
6
7const globify = pattern => pattern.split('\\').join('/')
8
9class HelpSearch extends BaseCommand {
10 static description = 'Search npm help documentation'

Callers 1

execMethod · 0.70

Calls 2

joinMethod · 0.45
splitMethod · 0.45

Tested by

no test coverage detected