Skip to content

chinchang/konsole.table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

console.table polyfill for Node.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published