is-anything-client
v0.2.1
Published
Check if an argument is anything
Downloads
2
Readme
is-anything-client
An npm package for is-anything.com that allows to check subject against anything.
Purpose
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.
Installation
npm i is-anything-client
Usage
const is = require('is-anything-client');
...
await is(13).thirteen();
await is('habr.com').awesome();
await is('youtube').down();
Test
npm test
Server
Currently server under extremely agile development. You can find it here: is-anything-server
License
THE BEERWARE LICENSE