UNPKG

vknplayer

Version:

console audio player for listen music from vk.com and on-line radio

19 lines (16 loc) 233 B
/** * @type {Polyfill} */ var polyfill = { goog: require('./lib/goog') }; /** * @typedef {{ * goog: { * base: function, * inherit: function * } * }} */ var Polyfill; module.exports = polyfill;