Skip to content

Scope

@tsed/di

Usage

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

See /packages/di/src/types/common/decorators/scope.ts.

Overview

ts
function Scope(scope?: "request" | "singleton" | ProviderScope): Function;

Released under the MIT License.