UNPKG

react-kiwi-dropdown

Version:

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

8 lines (7 loc) 108 B
module.exports = function (exec) { try { return !!exec(); } catch (error) { return true; } };