UNPKG

is-gmc

Version:

Is the string GMC

5 lines (4 loc) 84 B
const isGMC = (string) => { return string==='GMC'; } module.exports = isGMC