chore: generate
This commit is contained in:
@@ -498,6 +498,5 @@ const rt = lazy(async () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
type RT = Awaited<ReturnType<typeof rt>>
|
type RT = Awaited<ReturnType<typeof rt>>
|
||||||
export const runPromiseExit: RT["runPromiseExit"] = async (...args) =>
|
export const runPromiseExit: RT["runPromiseExit"] = async (...args) => (await rt()).runPromiseExit(...(args as [any]))
|
||||||
(await rt()).runPromiseExit(...(args as [any]))
|
|
||||||
export const runPromise: RT["runPromise"] = async (...args) => (await rt()).runPromise(...(args as [any]))
|
export const runPromise: RT["runPromise"] = async (...args) => (await rt()).runPromise(...(args as [any]))
|
||||||
|
|||||||
Reference in New Issue
Block a user