is-potato
v2.0.0
Published
Tests if an object is a potato
Downloads
52
Readme
is-potato
Identifies potatoes.
How to use
const isPotato = require('is-potato');
class Potato {
// code describing potato
}
let potato = new Potato();
console.log(isPotato(potato)); // true
console.log(isPotato(53)); // false
Tests
Run npm test
This must be a joke?
I'm glad you asked. Yes it is.
License
ISC