UNPKG

react-youtube-playlist

Version:

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

10 lines (6 loc) 133 B
'use strict'; var util = require('./util'); module.exports = SchemaObject; function SchemaObject(obj) { util.copy(obj, this); }