(fn, msg, code, { modifyPrototype } = kEmptyObject)
| 586 | |
| 587 | // Public util.deprecate API |
| 588 | function deprecate(fn, msg, code, { modifyPrototype } = kEmptyObject) { |
| 589 | return internalDeprecate(fn, msg, code, undefined, modifyPrototype); |
| 590 | } |
| 591 | |
| 592 | // Keep the `exports =` so that various functions can still be monkeypatched |
| 593 | module.exports = { |
no outgoing calls
no test coverage detected
searching dependent graphs…