UNPKG

react-youtube-playlist

Version:

A react component for displaying the contents of a user's YouTube playlist.

7 lines 99 B
module.exports = function(exec){ try { return !!exec(); } catch(e){ return true; } };