aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/internals/html.js
blob: 23defa66b27bd61463a4db4efc55b19f4f1c0295 (plain)
1
2
3
var getBuiltIn = require('../internals/get-built-in');

module.exports = getBuiltIn('document', 'documentElement');