MCPcopy
hub / github.com/remix-run/react-router / cleanup

Method cleanup

packages/react-router-node/stream.ts:53–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51
52interface WritableErrorMonitor {
53 cleanup(): void;
54 race<T>(promise: Promise<T>): Promise<T>;
55 throwIfClosed(): void;
56}

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected