An npm package for is-anything.com that allows to check subject against anything.
Package was created as a replacement for is-thirteen and is-not-thirteen packages. Original packages contain too many issues and huge dev response time while world is not sleeping and requirements are constantly changing.
npm i is-anything-client
const is = require('is-anything-client');
...
await is(13).thirteen();
await is('habr.com').awesome();
await is('youtube').down();
npm test
Currently server under extremely agile development. You can find it here: is-anything-server
THE BEERWARE LICENSE