UNPKG

@mirasan/isbaby

Version:
6 lines (4 loc) 90 B
function isBaby(str) { return str.toLowerCase() === "baby"; } module.exports = isBaby;