botkit-plugin-cms
Version:
Extend Botkit with access to botkit-cms
14 lines • 376 B
JavaScript
;
/**
* @module botkit-plugin-cms
*/
/**
* 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("./cms"));
//# sourceMappingURL=index.js.map