node-nlp
Version:
Library for NLU (Natural Language Understanding) done in Node.js
16 lines • 467 B
JavaScript
/**
* @module botbuilder
*/
/**
* 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("./botFrameworkAdapter"));
__export(require("./fileTranscriptStore"));
__export(require("botbuilder-core"));
//# sourceMappingURL=index.js.map
;