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

Method delete

website/worker-configuration.d.ts:1508–1508  ·  view source on GitHub ↗
(key: Key)

Source from the content-addressed store, hash-verified

1506 getWithMetadata<Metadata = unknown>(key: Array<Key>, options?: KVNamespaceGetOptions<"text">): Promise<Map<string, KVNamespaceGetWithMetadataResult<string, Metadata>>>;
1507 getWithMetadata<ExpectedValue = unknown, Metadata = unknown>(key: Array<Key>, options?: KVNamespaceGetOptions<"json">): Promise<Map<string, KVNamespaceGetWithMetadataResult<ExpectedValue, Metadata>>>;
1508 delete(key: Key): Promise<void>;
1509}
1510interface KVNamespaceListOptions {
1511 limit?: number;

Callers 3

router.tsFile · 0.65
upload.test.tsFile · 0.65
useFontStatusFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected