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.

9 lines (8 loc) 293 B
interface CostumPathAjax { download: string; info: string; } type CostumPathAjaxKey = keyof CostumPathAjax; export declare function GetCostumAjaxURL(costumPath?: CostumPathAjax): any; export default function GetAjaxURL(reqType: CostumPathAjaxKey, hosting?: string): string; export {};