@microsoft/omnichannel-chat-sdk
Version:
Microsoft Omnichannel Chat SDK
7 lines (6 loc) • 418 B
TypeScript
export declare const isSystemMessage: (message: any) => boolean;
export declare const isCustomerMessage: (message: any) => boolean;
export declare const isClientIdNotFoundErrorMessage: (e: any) => boolean;
export declare const isNotEmpty: (value: string | null) => boolean;
export declare const getRuntimeId: (externalRuntimeId: string | null) => string;
export declare const isJsonObject: (input: string) => boolean;