console-intercept

0.1.8 • Public • Published

jslib license Build Status Coveralls npm NPM downloads Percentage of issues still open

The best third party JS|TS library scaffold.

How To Use

  • install: npm i console-intercept
  • use in browser: import { intercept } from 'console-intercept'
  • use in node: const { intercept } from 'console-intercept'
  • intercept: intercept((name, args) => { //name is console's methods name, args is console's arguments })
  • setRemoteLog: setRemoteLog(appName, url)

/console-intercept/

    Package Sidebar

    Install

    npm i console-intercept

    Weekly Downloads

    0

    Version

    0.1.8

    License

    MIT

    Unpacked Size

    21.9 kB

    Total Files

    8

    Last publish

    Collaborators

    • fengrui358