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.

6 lines (5 loc) 166 B
export default class GetInfoYoutubeContentError extends Error { code?: string; detail?: any; constructor(message: string, code?: string, detail?: any); }