UNPKG

xmlapi-libxmljs

Version:
10 lines (7 loc) 174 B
function Song() { } Song.prototype.persistFavoriteStatus = function(value) { // something complicated throw new Error("not yet implemented"); }; module.exports = Song;