UNPKG

is-handsome

Version:
6 lines (4 loc) 97 B
function isHandsome(string) { return string === 'nguyenhcp2004' } module.exports = isHandsome