noticebord-client
Version:
The official Typescript client library for the Noticebord API.
6 lines (5 loc) • 313 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.NoticebordClient = void 0;
const noticebord_client_1 = require("./noticebord_client");
Object.defineProperty(exports, "NoticebordClient", { enumerable: true, get: function () { return noticebord_client_1.NoticebordClient; } });
;