Skip to content

constant

@tsed/di

Usage

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

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

Overview

ts
function constant<Type>(expression: string): Type | undefined;
export function constant<Type>(expression: string, defaultValue: Type | undefined): Type;

Released under the MIT License.