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

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

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

javascript npm parody trump

Last synced: 5 months 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!');
}
```