mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 12:31:17 +00:00
8 lines
117 B
TypeScript
8 lines
117 B
TypeScript
export = Text;
|
|
declare class Text {
|
|
constructor(data: any);
|
|
text: any;
|
|
runs: any;
|
|
toString(): any;
|
|
}
|