UNPKG

core-js

Version:
8 lines (7 loc) 184 B
// 26.1.9 Reflect.has(target, propertyKey) var $def = require('./$.def'); $def($def.S, 'Reflect', { has: function has(target, propertyKey){ return propertyKey in target; } });