Files
docmost_custom/apps/client/src/lib/constants.ts
T

4 lines
148 B
TypeScript
Raw Normal View History

export const INTERNAL_LINK_REGEX =
/^(https?:\/\/)?([^\/]+)?(\/s\/([^\/]+)\/)?p\/([a-zA-Z0-9-]+)\/?$/;
export const FIVE_MINUTES = 5 * 60 * 1000;