UNPKG

@yext/chat-headless

Version:

A state manager library powered by Redux for Yext Chat integrations

10 lines (7 loc) 240 B
'use strict'; /* eslint-disable @typescript-eslint/no-explicit-any */ function isChatEventClient(client) { return client.init !== undefined; } exports.isChatEventClient = isChatEventClient; //# sourceMappingURL=ChatEventClient.js.map