UNPKG

@kfijolek/boardgamegeekclient

Version:

Javascript client to interact with BoardGameGeek public XML API

6 lines 304 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BggClient = void 0; var BggClient_1 = require("./BggClient"); Object.defineProperty(exports, "BggClient", { enumerable: true, get: function () { return BggClient_1.BggClient; } }); //# sourceMappingURL=index.js.map