• Validates the given value as a 6-digit one-time passcode.

    Parameters

    • value: undefined | string

      the value to be validated

    Returns boolean

    true if the value is a valid 6-digit passcode, false otherwise

Generated using TypeDoc