UNPKG

@mrmory/bggclient

Version:

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

5 lines (4 loc) 107 B
export interface IResponseParser<Q, D> { options: any; parseResponse(response: Q): Promise<D>; }