UNPKG

@microsoft/omnichannel-chat-sdk

Version:
7 lines (6 loc) 418 B
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;