UNPKG

react-youtube-playlist

Version:

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

14 lines (11 loc) 232 B
var win; if (typeof window !== "undefined") { win = window; } else if (typeof global !== "undefined") { win = global; } else if (typeof self !== "undefined"){ win = self; } else { win = {}; } module.exports = win;