(slug)
| 9 | |
| 10 | const repositoryUrl = "https://github.com/chart-kit/react-native-chart-kit"; |
| 11 | const docsSlug = (slug) => `docs/react-native/${slug}`; |
| 12 | const packageSource = (packagePath) => |
| 13 | fileURLToPath(new URL(`../../packages/${packagePath}`, import.meta.url)); |
| 14 | const nodeModuleSource = (packagePath) => |