taxonify
Categorize your stuff
Quick start
You need some categories, define them like this:
{ }
Now hand the relationships
function to taxonify
const createVerifier brand =
Make a verifier function (or two)
const isTruck = const isHonda =
Brand an object with one of your categories
const myAccord =
And you're ready to verify your object
// false // true