Package Exports
- jsmp-infra-alina_lukianytsia-magic_ball
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (jsmp-infra-alina_lukianytsia-magic_ball) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
jsmp-infra-alina_lukianytsia-magic_ball
jsmp-infra-alina_lukianytsia-magic_ball - can give you an answer to any question except of alternative.
Installation
npm install jsmp-infra-alina_lukianytsia-magic_ball --save Usage
ES6
import { getAnswer } from 'jsmp-infra-alina_lukianytsia-magic_ball';
const answer = getAnswer(); // => answer = "It is decidedly so"Node
const { getAnswer } = require('jsmp-infra-alina_lukianytsia-magic_ball');
const answer = getAnswer(); // => answer = "It is decidedly so"Browser
<script>
jsmp-infra-alina_lukianytsia-magic_ball.getAnswer();
</script>Contributing
- 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