UNPKG

is-toasty

Version:

Is the toasty?

6 lines (4 loc) 93 B
function istoasty(string) { return string === "toasty"; } module.exports = istoasty;