Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PasswordCleanOptions

Options dictionary for SMClean.password

Hierarchy

  • PasswordCleanOptions

Index

Properties

Properties

Optional maxLength

maxLength: number

If set to a positive integer, rejects strings longer than this (default: 0, which disables this)

Optional minLength

minLength: number

If set to a positive integer, rejects strings shorter than this (default: 0, which disables this)

Generated using TypeDoc