is-idiot

Simple package which returns true if someone is an idiot.

Usage no npm install needed!

<script type="module">
  import isIdiot from 'https://cdn.skypack.dev/is-idiot';
</script>

README

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