UNPKG

547 BJavaScriptView Raw
1"use strict";
2/**
3 * @module botkit
4 */
5/**
6 * Copyright (c) Microsoft Corporation. All rights reserved.
7 * Licensed under the MIT License.
8 */
9function __export(m) {
10 for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
11}
12Object.defineProperty(exports, "__esModule", { value: true });
13__export(require("./core"));
14__export(require("./conversation"));
15__export(require("./botworker"));
16__export(require("./dialogWrapper"));
17__export(require("./teamsHelpers"));
18__export(require("./testClient"));
19//# sourceMappingURL=index.js.map
\No newline at end of file