5 lines
286 B
TypeScript
5 lines
286 B
TypeScript
export const PANEL_NAME_NOTES = 'notes';
|
|
export const PANEL_NAME_NAVIGATION = 'navigation';
|
|
export const EMAIL_REGEX =
|
|
/^([a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?)$/;
|