UNPKG

@sealingp/tesla-vin

Version:

Tesla Vehicle Identification Number (VIN) decoder fork with updates and maintenance

13 lines (11 loc) 252 B
'use strict' module.exports = letter => { switch (letter) { case 'F': return 'Lithium Iron Phosphate Battery (LFP)' case 'E': return 'Nickel Manganese Cobalt (NMC)' default: return 'Nickel Manganese Cobalt (NMC)' } }