UNPKG

@devinjohw/is-the-string-devin

Version:
10 lines (7 loc) 188 B
# is-the-string-devin ## Usage ```javascript import { isDevin } from '@devinjohw/is-the-string-devin'; console.log(isDevin('Devin')); // true console.log(isDevin('Ricky')); // false ```