MCPcopy Index your code
hub / github.com/fontsource/fontsource / replace

Method replace

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

Source from the content-addressed store, hash-verified

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 {

Callers 14

normalizeKebabCaseFunction · 0.65
cleanPathsFunction · 0.65
unicodeValueFunction · 0.65
getStaticVariantListFunction · 0.65
getVariableVariantListFunction · 0.65
generateVariableVariantsFunction · 0.65
makeFontFilePathFunction · 0.65
makeFontFileVariablePathFunction · 0.65
updatePackageStatAllFunction · 0.65
generateManifestItemFunction · 0.65
generateManifestFunction · 0.65
getLanguageFromClassNameFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected