MCPcopy
hub / github.com/formatjs/formatjs / Args

Interface Args

tools/check_no_internal_imports.ts:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import minimist from 'minimist'
4
5interface Args extends minimist.ParsedArgs {
6 _: string[]
7}
8
9const PATTERN = /#packages\//
10

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected