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

Method before

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

Source from the content-addressed store, hash-verified

1238 text: string;
1239 readonly removed: boolean;
1240 before(content: string, options?: ContentOptions): Comment;
1241 after(content: string, options?: ContentOptions): Comment;
1242 replace(content: string, options?: ContentOptions): Comment;
1243 remove(): Comment;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected