Skip to content

getAsyncStore

@tsed/di

Usage

typescript
import { getAsyncStore } from "@tsed/di";

See /packages/di/src/node/utils/asyncHookContext.ts.

Overview

ts
function getAsyncStore(): AsyncLocalStorage<{
    current: DIContext | undefined;
}>;

current

ts
current: DIContext | undefined;

Released under the MIT License.