playStatus.js 75 Bytes
 1
 2
 3
 4
 5
module.exports = {
PLAYING: "playing",
PAUSE: "pause",
STOP: "stop",
};