jsmp-infra-alina_lukianytsia-magic_ball - can give you an answer to any question except of alternative.
npm install jsmp-infra-alina_lukianytsia-magic_ball
import { MagicBall } from 'jsmp-infra-alina_lukianytsia-magic_ball';
// with default values:
const magicBall = new MagicBall();
const answer = magicBall.getAnswer(); // => answer = "It is decidedly so"
// with set values:
const magicBall = new MagicBall(['yes', 'no']);
const answer = magicBall.getAnswer(); // => answer = "yes"
const { MagicBall } = require('jsmp-infra-alina_lukianytsia-magic_ball');
// with default values:
const magicBall = new MagicBall();
const answer = magicBall.getAnswer(); // => answer = "It is decidedly so"
// with set values:
const magicBall = new MagicBall(['yes', 'no']);
const answer = magicBall.getAnswer(); // => answer = "yes"
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D