get-truthy
Show me a binary operator and a value, I'll show you another value to make it truthy.
Usage
? > 9
getTruthyleft'>' 9// 10
9 > ?
getTruthyright'>' 9// 8
Supported Operators
Relational > < >= <=
Equality == === != !==
Arithmetic + - * / % **
Logical && ||
Development
- tests -
yarn test
- watch -
yarn watch
- dev mode -
yarn dev --inspect
- lint -
yarn lint