UNPKG

bandcamp-fetch

Version:
6 lines 316 B
import { type TagsAndLocations, type DiscoverOptions } from '../types/Discovery.js'; export default class DiscoverOptionsParser { static parseOptions(html: string): DiscoverOptions; static parseRecommendedTagsAndLocations(html: string): TagsAndLocations; } //# sourceMappingURL=DiscoverOptionsParser.d.ts.map