Files
antrean-anjungan/examples/nuxt3-websocket-client/node_modules/nuxt/dist/app/composables/asyncContext.d.ts
T
2025-09-18 19:01:22 +07:00

3 lines
99 B
TypeScript

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