Skip to content

vishalnarkhede/not-hotdog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

not-hotdog 🌭

Detect if Hotdog or not hotdog! Worse thing than Jin Yang's hotdog-not-hotdog app!!

react native chat

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

About

Worse thing than Jin Yang's hotdog-not-hotdog app!!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published