(node)
| 1310 | exports.default = ownerDocument; |
| 1311 | |
| 1312 | function ownerDocument(node) { |
| 1313 | return node && node.ownerDocument || document; |
| 1314 | } |
| 1315 | |
| 1316 | module.exports = exports["default"]; |
| 1317 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…