is-anything-client

0.2.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i is-anything-client

Weekly Downloads

3

Version

0.2.1

License

Beerware

Unpacked Size

3.45 kB

Total Files

4

Last publish

Collaborators

  • ihnat.klimchuk