UNPKG

313 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.NoticebordClient = void 0;
4const noticebord_client_1 = require("./noticebord_client");
5Object.defineProperty(exports, "NoticebordClient", { enumerable: true, get: function () { return noticebord_client_1.NoticebordClient; } });