0.0.2 • Published 5 years ago

@elijahjcobb/console v0.0.2

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

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.