song.js 61 B

12345
  1. 'use strict';
  2. module.exports = (song) => {
  3. return song;
  4. };