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

Method remove

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

Source from the content-addressed store, hash-verified

1233 before(content: string | ReadableStream | Response, options?: ContentOptions): EndTag;
1234 after(content: string | ReadableStream | Response, options?: ContentOptions): EndTag;
1235 remove(): EndTag;
1236}
1237interface Comment {
1238 text: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected