1.1.2 • Published 7 months ago

obj_log_to_console v1.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

obj_log_to_console

obj_log_to_console is an npm package designed to streamline console logging for various data types, including objects, strings, and more.

Usage

Logging Variables

You can easily log variables of any data type by appending .log to your variable.

let a = "string";
a.log; // Outputs: string
// or
log(a); // Outputs: string

Contributors

We encourage contributions from the community! If you're interested in contributing to obj_log_to_console, please don't hesitate to submit pull requests or open issues on our GitHub repository.

Contributors:

We sincerely appreciate any contributions that enhance the functionality and usability of this package.

Thank you for your support!