Skip to content

bindValue

@tsed/di

Usage

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

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

Overview

ts
function bindValue(target: any, propertyKey: string | symbol, expression: string, defaultValue?: any): void;

Released under the MIT License.