UNPKG

react-youtube-playlist

Version:

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

3 lines 110 B
export default function capitalize(string) { return "" + string.charAt(0).toUpperCase() + string.slice(1); }