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

Interface HelloWorldBinding

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

* Hello World binding to serve as an explanatory example. DO NOT USE

Source from the content-addressed store, hash-verified

6429 * Hello World binding to serve as an explanatory example. DO NOT USE
6430 */
6431interface HelloWorldBinding {
6432 /**
6433 * Retrieve the current stored value
6434 */
6435 get(): Promise<{
6436 value: string;
6437 ms?: number;
6438 }>;
6439 /**
6440 * Set a new stored value
6441 */
6442 set(value: string): Promise<void>;
6443}
6444interface Hyperdrive {
6445 /**
6446 * Connect directly to Hyperdrive as if it's your database, returning a TCP socket.

Callers 8

generateSubsetDataFunction · 0.80
buildFontFunction · 0.80
groupFacesByCSSFileFunction · 0.80
generateFaceCSSAssetsFunction · 0.80
variantsToLinksFunction · 0.80
router.tsFile · 0.80
fetchFunction · 0.80
router.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected