is-good-or-bad
v1.1.4
Published
> EVERYTHING'S RELATIVE
Downloads
3
Maintainers
Readme
is-good-or-bad
EVERYTHING'S RELATIVE
А library that helps to determine whether it is good or bad.
Installation
- In your project run the command
yarn add is-good-or-bad
ornpm install is-good-or-bad
- Import in project
import isGoodOrBad, { isGood } from 'is-good-or-bad';
Exapmles
isGood('Mom') // always true, it's exception
isGoodOrBad('War') // War is bad
isBad('My cat') // return false
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request.
Our application is not used:
Release notes
v. 1.1.4
- fix isBad function
v. 1.1.3
- hotfix
v. 1.1.2
- add exception
- add more companies that do not use our application
v. 1.1.1
- add info about who is not used our app
v. 1.1.0
- add function:
isGood
,isBad
- rename
isGood
toisGoodOrBad
- add README
v. 1.0.0
- init project