MCPcopy Create free account
hub / github.com/npm/cli / globify

Function globify

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

no outgoing calls

Tested by

no test coverage detected