1.0.0 • Published 6 years ago

dev-say v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

dev-say

This library helps you to debug JavaScript objects. It does not replace the console.log nor the console.dir, but compliments them by outputting objects in a more lucid manner.

Installation

npm i dev-say --save-dev

About dev-say

Outputs objects in a lucid maner:

const someObject = {
  keyA: 'Hello, Object!',
  keyB: {
		keyC: {
			someArr: [1,2,3],
			keyD: {
				someValue: 'Hello, Value!'
			}
		}
	}
};

screenshot

1.0.0

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago