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

Method remove

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

Source from the content-addressed store, hash-verified

1241 after(content: string, options?: ContentOptions): Comment;
1242 replace(content: string, options?: ContentOptions): Comment;
1243 remove(): Comment;
1244}
1245interface Text {
1246 readonly text: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected