UNPKG

@ravien777/is-rv

Version:
5 lines (4 loc) 87 B
function amIAlive(string) { return string === "Yes"; } module.exports = amIAlive;