MCPcopy Create free account
hub / github.com/fontsource/fontsource / getAxisRegistry

Function getAxisRegistry

website/app/utils/metadata.server.ts:21–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 await fetchApiData<VariableData>(VARIABLE_URL(id));
20
21const getAxisRegistry = async (): Promise<AxisRegistryAll> =>
22 await fetchApiData<AxisRegistryAll>(AXIS_REGISTRY_URL);
23
24const getStats = async (id: string): Promise<StatsResponseAll> =>
25 await fetchApiData<StatsResponseAll>(STATS_URL(id));

Callers 1

loaderFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected