UNPKG

pm2

Version:

Production process manager for Node.JS applications with a built-in load balancer.

11 lines (8 loc) 183 B
'use strict' module.exports = { METRIC_INTERVAL: 990 } module.exports.canUseInspector = function canUseInspector () { const isBun = typeof Bun !== 'undefined' return !isBun }