mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-22 12:36:24 +08:00
3 lines
115 B
TypeScript
3 lines
115 B
TypeScript
export const figmaUrlRegex: RegExp =
|
|
/https:\/\/[\w.-]+\.?figma.com\/([\w-]+)\/([0-9a-zA-Z]{22,128})(?:\/.*)?$/;
|