| 55 | : version |
| 56 | |
| 57 | interface GetBinaryFileURLProps { |
| 58 | packageName: string |
| 59 | language?: string |
| 60 | version: string |
| 61 | path: string |
| 62 | } |
| 63 | // `path` must contain `RnDiffApp` prefix |
| 64 | export const getBinaryFileURL = ({ |
| 65 | packageName, |
nothing calls this directly
no outgoing calls
no test coverage detected