1.0.1 • Published 2 months ago

is-idiot v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months ago

is-idiot NPM version NPM monthly downloads NPM total downloads

Returns true if someone is an idiot.

Please consider following this project's author, Gabriel Konopinski, and consider starring the project to show your :heart: and support.

Install

Install with npm:

$ npm install --save is-idiot

Why is this needed?

In JavaScript, it's insanely hard to check that someone is an idiot. This library makes your life much easier because it's extremely lightweight and doesn't affect your application's performance so much!

Usage

const isIdiot = require('is-idiot');

true

isIdiot("me");                    // true
isIdiot("you");                   // true
isIdiot("node.js developers");    // true
isIdiot('Every JS "programmer"'); // true
1.0.1

2 months ago

1.0.0

6 years ago