Configuration for validation rules

Constructors

  • Parameters

    • minLength: null | number = Config.DEFAULT_MIN_LENGTH
    • maxLength: null | number = null
    • composition: Composition = Composition.AlphanumericHyphen
    • delimiter: null | DelimiterRules = null

    Returns Config

Properties

composition: Composition = Composition.AlphanumericHyphen
delimiter: null | DelimiterRules = null
maxLength: null | number = null
minLength: null | number = Config.DEFAULT_MIN_LENGTH

Methods