UNPKG
@devinjohw/is-the-string-devin
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Is the string "Devin"?
github.com/devinjohw/is-the-string-devin
devinjohw/is-the-string-devin
@devinjohw/is-the-string-devin
/
index.js
5 lines
(4 loc)
•
77 B
JavaScript
View Raw
1
2
3
4
5
function
isDevin
(
string
)
{
return
string
===
'Devin'
; } export { isDevin }