UNPKG

@azure/communication-sms

Version:

SDK for Azure Communication SMS service which facilitates the sending of SMS messages.

8 lines 286 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. import { createClientLogger } from "@azure/logger"; /** * The \@azure/logger configuration for this package. */ export const logger = createClientLogger("communication-sms"); //# sourceMappingURL=logger.js.map