Skip to content

IhnatKlimchuk/is-anything-client-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Check anything

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published