Files
YouTube.js/typings/lib/parser/contents/classes/Tabbed.d.ts
LuanRT 2254b69670 feat: add support for retrieving YTMusic “related” tab
+ finish lyrics parser and implement all needed YouTube Music renderers
2022-06-11 08:00:58 -03:00

6 lines
88 B
TypeScript

export = Tabbed;
declare class Tabbed {
constructor(data: any);
type: string;
}