1.0.2 • Published 11 months ago
@devinjohw/is-the-string-devin v1.0.2
is-the-string-devin
Usage
import { isDevin } from '@devinjohw/is-the-string-devin';
console.log(isDevin('Devin')); // true
console.log(isDevin('Ricky')); // falseimport { isDevin } from '@devinjohw/is-the-string-devin';
console.log(isDevin('Devin')); // true
console.log(isDevin('Ricky')); // false