score:1

Accepted answer

you can use the inspect method you can import it immediately since it's from node with

const util = require('util')

and then inspect the object and log that


Related Query

More Query from same tag