Skip to main content
Module

x/password_checker/mod.ts>IParams

Password checking module for Deno🦕
Latest
interface IParams
import { type IParams } from "https://deno.land/x/password_checker@v1.0.0/mod.ts";

Properties

password: string
optional
minLen: number
optional
maxLen: number
optional
containsNum: boolean
optional
containsSpecialChar: boolean
optional
containsAlphabet: boolean
optional
checkWithCommonPasswords: boolean