UNPKG

react-youtube-playlist

Version:

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

6 lines (4 loc) 111 B
function pathJoin(a, b) { return a == "/" ? "/" + b : (a || "") + "/" + b; } module.exports = pathJoin;