JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 908338
  • Score
    100M100P100Q184144F
  • License MIT

Simple check to see if current app is running in browser

Package Exports

  • is-in-browser

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 (is-in-browser) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Node Module Template

Fork this repo; write your module (es6/7 supported); publish it.

Also, replace these docs with your own. :)


// code gist goes here

Usage

  1. fork the repo
  2. run npm install
  3. change the name field in your package.json
  4. write your source code in the src folder. ES6 and ES-stage-3 features are supported.
  5. write your tests
  6. run your tests ;) npm test
  7. update the docs (this readme, the change-log, and the contributing file)
  8. build your modules npm run build
  9. publish npm publish

Contributing

Please see contributing doc.

Change Log

Please see change log doc.