UNPKG

@ogs-gmbh/ngx-utils

Version:

A lightweight collection of utility functions and helpers for Angular applications

5 lines (4 loc) 151 B
import { ValidatorFn } from "@angular/forms"; export declare namespace CustomValidators { const length: (requiredLength: number) => ValidatorFn; }