UNPKG

bandcamp-fetch

Version:
5 lines 233 B
import { type ArticleCategorySection } from '../types/Article.js'; export default class ArticleCategoryParser { static parseCategories(html: string): ArticleCategorySection[]; } //# sourceMappingURL=ArticleCategoryParser.d.ts.map