Inspired by Python's Rich library's inspect() function. Displays properties, methods, types, and documentation for any JavaScript object with colored terminal output.
A dependency-free isomorphic port of the Node.js API require("node:util").inspect(). Works on any ES6 JS runtime, as it has no dependency on V8 or Node.js. Can be ...