not-hotdog

Hotdog or not hotdog!

Usage no npm install needed!

<script type="module">
  import notHotdog from 'https://cdn.skypack.dev/not-hotdog';
</script>

README

not-hotdog 🌭

Detect if Hotdog or not hotdog!

Installation

yarn add not-hotdog

Usage

const { isHotdog, notHotdog } = require('not-hotdog');

console.log(isHotdog('hotdog')); // true
console.log(notHotdog('hotdog')); // false

console.log(isHotdog('pizza')); // false
console.log(notHotdog('pizza')); // true

console.log(isHotdog('🌭')); // true
console.log(isHotdog('🍕')); // false