• Checks whether the IBAN number has a valid format and checksum.

    Returns

    true if the target has a valid format and checksum, false otherwise

    Parameters

    • target: string

      The target string

    Returns Result<boolean | undefined>

Generated using TypeDoc