Files
play-dl-test/play-dl/index.ts

5 lines
301 B
TypeScript
Raw Normal View History

2021-08-16 15:19:31 +05:30
//This File is in testing stage, everything will change in this
2021-08-20 12:06:12 +05:30
import { playlist_info, video_basic_info, video_info, search, stream, stream_from_info, stream_type } from "./YouTube";
2021-08-16 15:19:31 +05:30
2021-08-20 12:06:12 +05:30
export let youtube = { playlist_info, video_basic_info, video_info, search , stream, stream_from_info, stream_type}