MCPcopy
hub / github.com/react-native-community/upgrade-helper / GetBinaryFileURLProps

Interface GetBinaryFileURLProps

src/utils.ts:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 : version
56
57interface GetBinaryFileURLProps {
58 packageName: string
59 language?: string
60 version: string
61 path: string
62}
63// `path` must contain `RnDiffApp` prefix
64export const getBinaryFileURL = ({
65 packageName,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected