5 lines
301 B
TypeScript
5 lines
301 B
TypeScript
//This File is in testing stage, everything will change in this
|
|
import { playlist_info, video_basic_info, video_info, search, stream, stream_from_info, stream_type } from "./YouTube";
|
|
|
|
export let youtube = { playlist_info, video_basic_info, video_info, search , stream, stream_from_info, stream_type}
|