@devinjohw/is-the-string-devin
v1.0.2
Published
Is the string "Devin"?
Downloads
5
Readme
is-the-string-devin
Usage
import { isDevin } from '@devinjohw/is-the-string-devin';
console.log(isDevin('Devin')); // true
console.log(isDevin('Ricky')); // false