UNPKG

react-youtube-playlist

Version:

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

11 lines (8 loc) 225 B
'use strict'; var builtinModules = require('builtin-modules'); module.exports = function (str) { if (typeof str !== 'string') { throw new TypeError('Expected a string'); } return builtinModules.indexOf(str) !== -1; };