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

Method get

website/worker-configuration.d.ts:1478–1478  ·  view source on GitHub ↗
(key: Key, options?: Partial<KVNamespaceGetOptions<undefined>>)

Source from the content-addressed store, hash-verified

1476};
1477interface KVNamespace<Key extends string = string> {
1478 get(key: Key, options?: Partial<KVNamespaceGetOptions<undefined>>): Promise<string | null>;
1479 get(key: Key, type: "text"): Promise<string | null>;
1480 get<ExpectedValue = unknown>(key: Key, type: "json"): Promise<ExpectedValue | null>;
1481 get(key: Key, type: "arrayBuffer"): Promise<ArrayBuffer | null>;

Callers 15

buildFontFunction · 0.65
groupFacesByCSSFileFunction · 0.65
generateFaceCSSAssetsFunction · 0.65
subsets.test.tsFile · 0.65
updateZipFunction · 0.65
updateFileFunction · 0.65
updateVariableFileFunction · 0.65
router.tsFile · 0.65
router.tsFile · 0.65
router.tsFile · 0.65
router.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected