alternative-true
v1.0.1
Published
When false isn't true enough.
Downloads
4
Readme
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!');
}