node-nlp
Version:
Library for NLU (Natural Language Understanding) done in Node.js
23 lines • 793 B
JavaScript
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
/**
* @module botbuilder
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
__export(require("./credentialProvider"));
__export(require("./microsoftAppCredentials"));
__export(require("./jwtTokenValidation"));
__export(require("./channelValidation"));
__export(require("./governmentChannelValidation"));
__export(require("./governmentConstants"));
__export(require("./enterpriseChannelValidation"));
__export(require("./emulatorValidation"));
__export(require("./endorsementsValidator"));
__export(require("./claimsIdentity"));
//# sourceMappingURL=index.js.map
;