(...args)
| 2772 | } |
| 2773 | |
| 2774 | function format(...args) { |
| 2775 | return formatWithOptionsInternal(undefined, args); |
| 2776 | } |
| 2777 | |
| 2778 | function formatWithOptions(inspectOptions, ...args) { |
| 2779 | validateObject(inspectOptions, 'inspectOptions', kValidateObjectAllowArray); |
no test coverage detected
searching dependent graphs…