Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/forms / build / dist / validators / isValidPassword.d.ts
Size: Mime:
declare function isValidPassword(value?: string): boolean;
declare function toStrengthName(originalStrength?: number): string;
/**
 * @todo - move to best module later
 * @see toStrengthName
 *
 * @return configurable wording for strength at a certain Weight
 */
declare function toStrength(validPassword: string): string;
export { toStrength };
export { toStrengthName };
export { isValidPassword };
export default isValidPassword;