UNPKG

@ernestoyoofi/yt.loader-to

Version:

An unofficial, promise-based API wrapper for `loader.to` to fetch YouTube video information and generate download links. Written in TypeScript, it's fully typed and easy to use in any Node.js project.

10 lines (9 loc) 169 B
declare const _default: { yt_host: string[]; format: { video: string[]; audio: string[]; }; hosting: string; }; export default _default;