node-nlp
Version:
Library for NLU (Natural Language Understanding) done in Node.js
10 lines (8 loc) • 605 B
text/typescript
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
export { AzureServiceClient, AzureServiceClientOptions } from "./azureServiceClient";
export { BaseResource, BaseResourceMapper } from "./baseResource";
export { CloudError, CloudErrorMapper } from "./cloudError";
export { CognitiveServicesCredentials } from "./credentials/cognitiveServicesCredentials";
export { LROPoller } from "./lroPoller";
export { DEFAULT_LANGUAGE, LongRunningOperationStates, msRestAzureVersion } from "./util/constants";