You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// You can also only get parts relevant to youVIN.getCountry('WP0ZZZ99ZTS392124')// -> 'DE'VIN.getRegion('WP0ZZZ99ZTS392124')// -> 'EU'VIN.getChecksum('WP0ZZZ99ZTS392124')// -> null (Europe does not use checksums)VIN.hasValidChecksum('WP0ZZZ99ZTS392124')// -> trueVIN.getCountry('1GNSCJKC9FR264648')// -> 'US'VIN.getChecksum('1GNSCJKC9FR264648')// -> '9'VIN.hasValidChecksum('1GNSCJKC9FR264648')// -> trueVIN.calculateChecksum('1GNSCJKC9FR264648')// '9'