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.

7 lines (6 loc) 214 B
interface getDownloadFormatReturn { format: string | undefined; mediaType: string | undefined; } export default function getDownloadFormat(inputformat: string | number): getDownloadFormatReturn; export {};