is-dinosaur
v1.0.0
Published
this checks if a string sent is dinosaur or not
Downloads
3
Readme
is-dinosaur
This packages return true if dinosaur string is passed to it otherwise returns false.
Usage Import and call the function passing it a string
const dino = require("is-dinosaur") console.log(dino.isDinosaur("dinosaur"))
