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

Method get

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

* Retrieve the current stored value

()

Source from the content-addressed store, hash-verified

6433 * Retrieve the current stored value
6434 */
6435 get(): Promise<{
6436 value: string;
6437 ms?: number;
6438 }>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected