MCPcopy Index your code
hub / github.com/react-native-community/cli / Overrides

Interface Overrides

packages/cli-tools/src/doclink.ts:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31let _version: string | undefined;
32
33interface Overrides {
34 os?: string;
35 hash?: string;
36 version?: string;
37}
38
39interface Other {
40 [key: string]: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected