UNPKG

@jsbailey/reactive-form-validators

Version:

[![npm version](https://badge.fury.io/js/%40rxweb%2Freactive-form-validators.svg)](https://badge.fury.io/js/%40rxweb%2Freactive-form-validators) [![Gitter](https://badges.gitter.im/rx-web/Lobby.svg)](https://gitter.im/rxweb-project/rxweb?utm_source=badge

11 lines (10 loc) 248 B
export interface PasswordValidation { digit?: boolean; alphabet?: boolean; contains?: string; lowerCase?: boolean; upperCase?: boolean; specialCharacter?: boolean; minLength?: number; maxLength?: number; }