MCPcopy
hub / github.com/chart-kit/react-native-chart-kit / docsSlug

Function docsSlug

apps/site/astro.config.mjs:11–11  ·  view source on GitHub ↗
(slug)

Source from the content-addressed store, hash-verified

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

Callers 1

astro.config.mjsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected