UNPKG

@xapp/chat-widget

Version:
11 lines (10 loc) 366 B
import 'rollup-plugin-inject-process-env'; /** * Agent is determined if the provided nick string starts with `agent:`. * * This returns false if the nick string is falsey (undefined or "") or does not start with "agent:" * @param nick * @returns */ export declare function isAgent(nick: string): boolean; export declare function isBot(nick: string): boolean;