UNPKG

@xapp/chat-widget

Version:
12 lines (11 loc) 550 B
import 'rollup-plugin-inject-process-env'; export declare const EMAIL_REGEX = "^\\w+([\\.-]?\\w+)*@\\w+([\\.-]?\\w+)*(\\.\\w{2,3})+$"; 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";