mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 20:41:17 +00:00
5 lines
108 B
TypeScript
5 lines
108 B
TypeScript
export = CompactMix;
|
|
declare class CompactMix extends Playlist {
|
|
}
|
|
import Playlist = require("./Playlist");
|