Skip to content

bindConstant

@tsed/di

Usage

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

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

Overview

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

Released under the MIT License.