UNPKG

@mrmory/bggclient

Version:

Javascript client to interact with BoardGameGeek public XML API based on boardgamegeekjsclient

7 lines (6 loc) 268 B
import { X2jOptions } from "fast-xml-parser"; import { IResponseParser } from "../interface"; export declare class XmlResponseParser implements IResponseParser<string, any> { options: Partial<X2jOptions>; parseResponse(response: string): Promise<any>; }