UNPKG

core-js-pure

Version:
7 lines (5 loc) 194 B
var hide = require('../internals/hide'); module.exports = function (target, key, value, options) { if (options && options.enumerable) target[key] = value; else hide(target, key, value); };