UNPKG

@devinjohw/is-the-string-devin

Version:
5 lines (4 loc) 77 B
function isDevin(string) { return string === 'Devin'; } export { isDevin }