UNPKG

@azure/ai-text-analytics

Version:
7 lines 331 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT license. /// <reference lib="esnext.asynciterable" /> import "@azure/core-asynciterator-polyfill"; export { AzureKeyCredential } from "@azure/core-auth"; export { TextAnalyticsClient, PiiEntityDomain } from "./textAnalyticsClient"; //# sourceMappingURL=index.js.map