UNPKG

@microsoft/teams-js

Version:

Microsoft Client SDK for building app for Microsoft hosts

29 lines (28 loc) 675 B
/** * @hidden * Module to request message ports from the host application. * * @beta * * @internal * Limited to Microsoft-internal use * * @module */ import * as dataLayer from './dataLayer'; import * as telemetry from './telemetry'; /** * @hidden * * @beta * * Checks if the messageChannels capability is supported by the host * @returns boolean to represent whether the messageChannels capability is supported * * @throws Error if {@linkcode app.initialize} has not successfully completed * * @internal * Limited to Microsoft-internal use */ export declare function isSupported(): boolean; export { dataLayer, telemetry };