elearning/Frontend-Learner/node_modules/nuxt/dist/app/composables/asyncContext.d.ts

3 lines
99 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
/** @since 3.8.0 */
export declare function withAsyncContext(fn: () => PromiseLike<unknown>): any;