JSPM

jsmp-infra-alina_lukianytsia-magic_ball

1.0.5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q30168F
  • License ISC

MagicBall - can give you an answer to any question except of alternative.

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

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

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D