@azure/ai-text-analytics
Version:
An isomorphic client library for the Azure Text Analytics service.
9 lines • 300 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
import { createClientLogger } from "@azure/logger";
/**
* The `@azure/logger` configuration for this package.
* @internal
*/
export const logger = createClientLogger("ai-text-analytics");
//# sourceMappingURL=logger.js.map