@microsoft/omnichannel-chat-sdk
Version:
Microsoft Omnichannel Chat SDK
10 lines (9 loc) • 343 B
TypeScript
/**
* Gets the omnichannel-chat-sdk version.
*
* In most environments, this will successfully read from package.json.
* In rare bundled environments where this fails, it falls back to the
* version from settings (manually maintained).
*/
declare const getOmnichannelChatSdkVersion: () => string;
export { getOmnichannelChatSdkVersion };