UNPKG

get-root-node-polyfill

Version:
10 lines (8 loc) 218 B
var isImplemented = require('./is-implemented'); if (!isImplemented()) { Object.defineProperty(Node.prototype, 'getRootNode', { enumerable: false, configurable: false, value: require('./index'), }); }