node-nlp
Version:
Library for NLU (Natural Language Understanding) done in Node.js
7 lines • 488 B
TypeScript
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";
//# sourceMappingURL=msRestAzure.d.ts.map