(object)
| 103 | const { EOL } = require('internal/constants'); |
| 104 | |
| 105 | function isBlob(object) { |
| 106 | return object?.[kHandle] !== undefined; |
| 107 | } |
| 108 | |
| 109 | function getSource(source, endings) { |
| 110 | if (isBlob(source)) |
no outgoing calls
no test coverage detected
searching dependent graphs…