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

Function isFontsQueries

api/metadata/src/fonts/types.ts:31–32  ·  view source on GitHub ↗
(x: string)

Source from the content-addressed store, hash-verified

29] as const;
30type FontsQueries = (typeof fontsQueries)[number] & keyof ArrayMetadataItem;
31const isFontsQueries = (x: string): x is FontsQueries =>
32 fontsQueries.includes(x as FontsQueries);
33
34interface FontVariants {
35 [weight: string]: {

Callers 1

router.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected