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

Class

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

Source from the content-addressed store, hash-verified

507 allowUnconfirmed?: boolean;
508}
509declare class WebSocketRequestResponsePair {
510 constructor(request: string, response: string);
511 get request(): string;
512 get response(): string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected