@elijahjcobb/console
v0.0.2
Published
A package to log objects with the group method.
Downloads
10
Readme
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 [email protected].