UNPKG

react-kiwi-dropdown

Version:

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

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