UNPKG

react-application-core

Version:

A react-based application core for the business applications.

8 lines (7 loc) 202 B
/** * @stable [03.11.2020] */ export declare class PasswordUtils { static readonly isStrong: (value: string) => boolean; static readonly isStrongOptional: (value: string) => boolean; }