UNPKG

botkit

Version:
18 lines 510 B
"use strict"; /** * @module botkit */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } Object.defineProperty(exports, "__esModule", { value: true }); __export(require("./core")); __export(require("./conversation")); __export(require("./botworker")); __export(require("./dialogWrapper")); __export(require("./testClient")); //# sourceMappingURL=index.js.map