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

Interface Axes

packages/generate/src/types.ts:1–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface Axes {
2 min: number | string;
3 max: number | string;
4}
5
6export interface Source {
7 url: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected