Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1
export
interface
Axes {
2
min: number | string;
3
max: number | string;
4
}
5
6
export
interface
Source {
7
url: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected