Skip to content

elijahjcobb/console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Console

A package to log objects with the group method.

Import

import ECConsole from "@elijahjcobb/console";

Logging

ECConsole({
	str: "Hello, World!",
	num: 3.1415,
	arr: [ 1, 2, 3, 4, 5 ],
	obj: { a: "Alligator", b: "Bird", c: "Cat" }
});

Documentation

Everything is completely documented. You can view the declaration files or even the source code on GitHub.

Bugs

If you find any bugs please create an issue on GitHub or if you are old fashioned email me at elijah@elijahcobb.com.

About

A package to log objects with the group method.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published