UNPKG

@kfijolek/boardgamegeekclient

Version:

Javascript client to interact with BoardGameGeek public XML API

6 lines (5 loc) 141 B
export declare class BggResponseParser { private options; constructor(); parseXmlToJs(xmlResponse: string): Promise<any>; }