Skip to content

bergsans/dev-say

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published