UNPKG

ringcentral-widgets

Version:
6 lines (5 loc) 192 B
export const MINUTE_SCALE = 4; export const HOUR_SCALE = 13; export const MAX_TOPIC_LENGTH = 128; export const PASSWORD_REGEX = /^[A-Za-z0-9]{0,10}$/; export const NO_NUMBER_REGEX = /[^\d]/g;