MCPcopy Create free account
hub / github.com/TanStack/router / remove

Method remove

e2e/solid-start/basic-cloudflare/worker-configuration.d.ts:1532–1532  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1530 after(content: string | ReadableStream | Response, options?: ContentOptions): Text;
1531 replace(content: string | ReadableStream | Response, options?: ContentOptions): Text;
1532 remove(): Text;
1533}
1534interface DocumentEnd {
1535 append(content: string, options?: ContentOptions): DocumentEnd;

Callers 15

setupFunction · 0.65
Scripts.test.tsxFile · 0.65
normalizeRouteImportsFunction · 0.65
unmountHydratedRootFunction · 0.65
Hydrate.test.tsxFile · 0.65
HeadContentFunction · 0.65
ImportDeclarationFunction · 0.65
ExportNamedDeclarationFunction · 0.65
removeIdentifierLiteralFunction · 0.65
ExportDefaultDeclarationFunction · 0.65

Calls

no outgoing calls

Tested by 1

unmountHydratedRootFunction · 0.52