0.2.1 • Published 4 years ago

is-anything-client v0.2.1

Weekly downloads
1
License
Beerware
Repository
github
Last release
4 years ago

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

0.2.1

4 years ago

0.2.0

4 years ago

0.1.2

4 years ago