hotdog-not-hotdog
v1.0.2
Published
Determines if a string is equal to "hot-dog". Nothing more, nothing less.
Readme
hotdog-not-hotdog
Determines if a string is equal to "hot-dog". Nothing more, nothing less.
const is_hotdog = require("is-hotdog");
is_hotdog("hot-dog"); // true
is_hotdog("taco"); // false