UNPKG

ng-jhipster

Version:

A Jhipster util library for Angular 2

11 lines (10 loc) 243 B
import { FormControl } from '@angular/forms'; export declare class JhiMinbytesValidatorDirective { jhiMinbytes: number; constructor(); validate(c: FormControl): { minbytes: { valid: boolean; }; }; }