isidiot

Determines if somebody is an idiot


License
WTFPL
Install
pip install isidiot==0.0.2

Documentation

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 ❤️ 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