refactor: remove unused runtime facade exports (#21731)

This commit is contained in:
Kit Langton
2026-04-09 14:52:06 -04:00
committed by GitHub
parent 2ecc6ae65f
commit 9f54115c5d
8 changed files with 0 additions and 85 deletions

View File

@@ -499,4 +499,3 @@ const rt = lazy(async () => {
type RT = Awaited<ReturnType<typeof rt>>
export const runPromiseExit: RT["runPromiseExit"] = async (...args) => (await rt()).runPromiseExit(...(args as [any]))
export const runPromise: RT["runPromise"] = async (...args) => (await rt()).runPromise(...(args as [any]))