UNPKG

nuxt

Version:

Nuxt is a free and open-source framework with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with Vue.js.

3 lines (2 loc) 99 B
/** @since 3.8.0 */ export declare function withAsyncContext(fn: () => PromiseLike<unknown>): any;