Skip to content

useContextRef

@tsed/di

Usage

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

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

Overview

ts
function useContextRef(): AsyncStore | undefined;

Released under the MIT License.