UNPKG

@tunnel-cast/tunnel-cast

Version:

<br>

7 lines (6 loc) 545 B
import { FieldConstraintProcedureOptions } from "../../models/interfaces/field-constraint-procedure-options"; import { EmptyIdentifierFn } from "../../models/interfaces/empty-identifier-fn"; import { DefaultWithFn } from "../../models/interfaces/default-with-fn"; export declare const DEFAULT = "default"; export declare const defaultAssigner: DefaultWithFn; export declare function Default(valueOrFactory: DefaultWithFn | unknown, emptyIdentifier?: EmptyIdentifierFn | Array<any>, options?: FieldConstraintProcedureOptions): PropertyDecorator;