konsole.table

0.1.1 • Public • Published

konsole.table npm version

console.table API polyfill for Node.js


konsole.table adds console.table support in Node so your same code can run in Node and in browser.

The aim of this module is to exactly replicate console.table API in browsers. This module uses console.table if already found which means it runs perfectly even when your Node.js code is ran in the browser through browserify etc.

Installation

npm install konsole.table

Usage

Require the module in your code:

require('konsole.table');

Then simply use console.table just like you would do in browser.

Read More and more about console.table

Example1

Changelog

See the Changelog

License

MIT (c) 2015 Kushagra Gour, http://kushagragour.in

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i konsole.table

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • chinchang