UNPKG

@xapp/chat-widget

Version:
19 lines (18 loc) 694 B
import 'rollup-plugin-inject-process-env'; export declare const EMAIL_REGEX = "^\\w+([\\.-]?\\w+)*@\\w+([\\.-]?\\w+)*(\\.\\w{2,3})+$"; declare global { interface Window { xaLogLevel?: "debug"; _xaLogLevel?: string; } } type LogParam = unknown; export declare function log(...args: readonly LogParam[]): void; export declare function err(...args: readonly LogParam[]): void; export declare const logOnce: (key: string, ...args: readonly LogParam[]) => void; export { default as insertSorted } from "./insertSorted"; export * from "./nick-utils"; export * from "./useIsMounted"; export * from "./retryRequest"; export * from "./time"; export * from "./formWidgetScript";