taiwan-validator - v1.2.0
    Preparing search index...

    Interface LicensePlateValidationResult

    車牌驗證結果(含車牌類型資訊)

    interface LicensePlateValidationResult {
        isValid: boolean;
        message?: string;
        plateType?: LicensePlateType;
    }

    Hierarchy (View Summary)

    Index
    isValid: boolean
    message?: string
    plateType?: LicensePlateType