Inspired by Python's Rich library's inspect() function. Displays properties, methods, types, and documentation for any JavaScript object with colored terminal output.
The Inspect tool, also known as DevTool is one of the most powerful features built into modern web browsers like Chrome, Firefox and Edge. It allows you to view and edit a website’s code in real time, ...