util  ↔ Node API to provide utility functions
var util = require("util")
util.log()
variant of console.log() with additional timestamp & full filepath
inherits()
util Static Method to set arg1 Object to inherit from arg2 object
util.promisfy()
References
- inherits()↔- utilStatic Method to set arg1 Object to inherit from arg2 object