(inspectOptions, ...args)
| 2776 | } |
| 2777 | |
| 2778 | function formatWithOptions(inspectOptions, ...args) { |
| 2779 | validateObject(inspectOptions, 'inspectOptions', kValidateObjectAllowArray); |
| 2780 | return formatWithOptionsInternal(inspectOptions, args); |
| 2781 | } |
| 2782 | |
| 2783 | function formatNumberNoColor(number, options) { |
| 2784 | return formatNumber( |
no test coverage detected
searching dependent graphs…