youtube-moosick
Version:
Unofficial Youtube music API, fully written in TypeScript
18 lines • 611 B
TypeScript
import { PlaylistURL } from '../resources/resultTypes/playlistURL.js';
/**
* Parser to deal with the output generated by the Moosick#getPlaylist
*
* @remarks
* Do not use this class directly, unless for tests purposes
* @internal
*/
export declare class GetPlaylistParser {
static parsePlaylistURL(context: any): PlaylistURL;
/**
* Parses playlist header data and related information
* @param header - The header object from the returned axios request
* @internal
*/
private static playlistURLHeaderParser;
}
//# sourceMappingURL=getPlaylistParser.d.ts.map