UNPKG

office-addin-usage-data

Version:

Provides infrastructure to send usage data events and exceptions.

8 lines (6 loc) 221 B
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. export * from "./defaults"; export * from "./log"; export * from "./usageData"; export * from "./usageDataSettings";