@kfijolek/boardgamegeekclient
Version:
TypeScript client to interact with BoardGameGeek public XML API
12 lines • 688 B
JavaScript
export { BggThingDtoParser } from './BggThingDtoParser';
export { BggFamilyDtoParser } from './BggFamilyDtoParser';
export { BggForumlistDtoParser } from './BggForumlistDtoParser';
export { BggForumDtoParser } from './BggForumDtoParser';
export { BggThreadDtoParser } from './BggThreadDtoParser';
export { BggUserDtoParser } from './BggUserDtoParser';
export { BggGuildDtoParser } from './BggGuildDtoParser';
export { BggPlayDtoParser } from './BggPlaysDtoParser';
export { BggCollectionDtoParser } from './BggCollectionDtoParser';
export { BggSearchDtoParser } from './BggSearchDtoParser';
export { BggHotDtoParser } from './BggHotDtoParser';
//# sourceMappingURL=index.js.map