Console polyfill and suppression script
npm install dead-sea-scrolls-jsConsole polyfill and suppression script; There are many like it but this one is mine.
- Installation
- Usage
- Support
- Contributing
Yarn Installation
``sh`
yarn add dead-sea-scrolls-js
NPM Installation
`sh`
npm install dead-sea-scrolls-js
Using dead-sea-scrolls-js is simple.
ES6
`javascript
import deadSeaScrolls from 'dead-sea-scrolls-js';
deadSeaScrolls.initialize();
`
This module does use a umd wrapper and can be consumed via script tag if you have js-cookie and lodash loaded globally.
Global:
`html
``