UNPKG

@yext/chat-headless

Version:

A state manager library powered by Redux for Yext Chat integrations

8 lines (6 loc) 209 B
/* eslint-disable @typescript-eslint/no-explicit-any */ function isChatEventClient(client) { return client.init !== undefined; } export { isChatEventClient }; //# sourceMappingURL=ChatEventClient.mjs.map