Introduction
Migration
Appearance
import { bindConstant } from "@tsed/di";
See /packages/di/src/types/common/decorators/constant.ts.
function bindConstant(target: any, propertyKey: string | symbol, expression: string, defaultValue?: any): void;