UNPKG

@videojs/http-streaming

Version:

Play back HLS and DASH with Video.js, even where it's not natively supported

10 lines (7 loc) 185 B
const toTitleCase = function(string) { if (typeof string !== 'string') { return string; } return string.replace(/./, (w) => w.toUpperCase()); }; export default toTitleCase;