UNPKG

react-kiwi-dropdown

Version:

| Name | Type | Description | | --------------------------- | -------------------- | ----------- | | options | array | | selectedOption | string | | onCha

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); };