Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/donavon/alternative-true

When false isn't true enough.
https://github.com/donavon/alternative-true

javascript npm parody trump

Last synced: 3 days ago
JSON representation

When false isn't true enough.

Awesome Lists containing this project

README

        

## alternative-true

## When false isn't true enough.

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

```js
import { alternativeTrue } from 'alternative-true';

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