Ecosyste.ms: Awesome
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: 3 days ago
JSON representation
When false isn't true enough.
- Host: GitHub
- URL: https://github.com/donavon/alternative-true
- Owner: donavon
- License: mit
- Created: 2017-02-14T15:41:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-25T12:19:47.000Z (over 7 years ago)
- Last Synced: 2024-10-12T08:11:18.546Z (about 1 month ago)
- Topics: javascript, npm, parody, trump
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!');
}
```