Package Exports
- console-polyfill
- console-polyfill/index.js
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 (console-polyfill) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
console-polyfill
Browser console polyfill. Makes it safe to do console.log()
-s etc always.
Usage
npm install --save console-polyfill
;require('console-polyfill')
- Or, just include console-polyfill before your scripts.
- Or, do
bower install console-polyfill
if you’re using Bower.
License
MIT (c) 2016 Paul Miller (http://paulmillr.com)