MCPcopy Index your code
hub / github.com/fontsource/fontsource / isAxisRegistryQuery

Function isAxisRegistryQuery

api/metadata/src/variable/types.ts:20–21  ·  view source on GitHub ↗
(x: string)

Source from the content-addressed store, hash-verified

18const axisRegistryQueries = ['name', 'tag'] as const;
19type AxisRegistryQueries = (typeof axisRegistryQueries)[number];
20const isAxisRegistryQuery = (x: string): x is AxisRegistryQueries =>
21 axisRegistryQueries.includes(x as AxisRegistryQueries);
22
23export type { AxisRegistry, AxisRegistryDownload, VariableList };
24

Callers 1

router.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected