elearning/Frontend-Learner/node_modules/nuxt/dist/app/composables/asyncContext.d.ts
2026-01-13 10:48:02 +07:00

2 lines
99 B
TypeScript

/** @since 3.8.0 */
export declare function withAsyncContext(fn: () => PromiseLike<unknown>): any;