1.0.1 • Published 7 years ago

alternative-true v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

alternative-true

When false isn't true enough.

Welcome to coding in Trump's America. Here is an example use case:

import { alternativeTrue } from 'alternative-true';

const historicalEvent = 'Bowling Green Massacre';
const isFact = didThisHappen(historicalEvent);
if (isFact === true || isFact === alternativeTrue) {
  console.log('This DEFINITELY happened!');
}