UNPKG

is-jh

Version:
6 lines (4 loc) 81 B
function isJH(string) { return string === "JH"; } module.exports = isJH;