The util module supports the needs of Node.js internal APIs. Many of the utilities are useful for application and module developers as well. To access it:
util
const util = require('util');
source
Generated using TypeDoc
The
util
module supports the needs of Node.js internal APIs. Many of the utilities are useful for application and module developers as well. To access it:See
source