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
/
README.md
10 lines
(7 loc)
•
188 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
# is-the-string-devin
## Usage
```javascript import { isDevin }
from
'@devinjohw/is-the-string-devin'
; console.log(isDevin(
'Devin'
));
// true
console.log(isDevin(
'Ricky'
));
// false
```