Files
2026-02-13 22:02:30 +01:00

3 lines
99 B
TypeScript

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