UNPKG

opds-web-client

Version:
5 lines (4 loc) 165 B
import { SearchData } from "./interfaces"; export default class OpenSearchDescriptionParser { parse(xml: string, descriptionUrl: string): Promise<SearchData>; }