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

Interface Text

website/worker-configuration.d.ts:1245–1253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1243 remove(): Comment;
1244}
1245interface Text {
1246 readonly text: string;
1247 readonly lastInTextNode: boolean;
1248 readonly removed: boolean;
1249 before(content: string | ReadableStream | Response, options?: ContentOptions): Text;
1250 after(content: string | ReadableStream | Response, options?: ContentOptions): Text;
1251 replace(content: string | ReadableStream | Response, options?: ContentOptions): Text;
1252 remove(): Text;
1253}
1254interface DocumentEnd {
1255 append(content: string, options?: ContentOptions): DocumentEnd;
1256}

Callers 12

normalizeKebabCaseFunction · 0.65
cleanPathsFunction · 0.65
unicodeValueFunction · 0.65
getStaticVariantListFunction · 0.65
getVariableVariantListFunction · 0.65
generateVariableVariantsFunction · 0.65
makeFontFilePathFunction · 0.65
makeFontFileVariablePathFunction · 0.65
rebuildFunction · 0.65
buildFunction · 0.65
packPublishFunction · 0.65
triggerDownloadFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected