Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
31
let
_version: string | undefined;
32
33
interface
Overrides {
34
os?: string;
35
hash?: string;
36
version?: string;
37
}
38
39
interface
Other {
40
[key: string]: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected