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

Method replace

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected