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

Interface Attribute

website/worker-configuration.d.ts:7055–7058  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7053 readonly info?: FetchResponseInfo;
7054 }
7055 interface Attribute {
7056 readonly name: string;
7057 readonly value: string | string[] | boolean | boolean[] | number | number[] | bigint | bigint[];
7058 }
7059 interface Attributes {
7060 readonly type: "attributes";
7061 readonly info: Attribute[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected