@elijahjcobb/console
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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.

Package Sidebar

Install

npm i @elijahjcobb/console

Weekly Downloads

3

Version

0.0.2

License

MIT

Unpacked Size

4.76 kB

Total Files

4

Last publish

Collaborators

  • ejc