UNPKG

@tunnel-cast/tunnel-cast

Version:

<br>

10 lines (9 loc) 214 B
export interface DefaultWithFn<Args = any, Val = any> { (constraintFnParams: { args: Args; fieldValue: any; fieldName: string; path: string; context: any; }): Val; }