UNPKG

react-kiwi-dropdown

Version:

A minimal, easy-to-use and highly adjustable dropdown component made with ReactJS.

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