UNPKG
is-gmc
Version:
latest (1.0.0)
1.0.0
Is the string GMC
is-gmc
/
index.js
5 lines
(4 loc)
•
84 B
JavaScript
View Raw
1
2
3
4
5
const
isGMC
= (
string
) => {
return
string
===
'GMC'
; }
module
.
exports
= isGMC