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

Method after

website/worker-configuration.d.ts:1234–1234  ·  view source on GitHub ↗
(content: string | ReadableStream | Response, options?: ContentOptions)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected