Skip to content

Commit

Permalink
fix: run release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEdoRan committed Feb 19, 2023
1 parent e261df2 commit addf76f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/regexes.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export const ULID_REGEX = /^[0-9a-hjkmnp-tv-zA-HJKMNP-TV-Z]{26}$/;

export const UUID_REGEX = /^[0-9a-fA-F]{8}-(?:[0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$/;

0 comments on commit addf76f

Please sign in to comment.