sarkiroka / is-idiot

Simple package which returns true if someone is an idiot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple package which returns true if someone is an idiot.

License:Do What The F*ck You Want To Public License


Languages

Language:JavaScript 100.0%