import { EMOJI_REGEX } from "https://deno.land/x/valibot@v1.0.0-beta.1-i18n/mod.ts";
Emoji regex from emoji-regex-xs v1.0.0 (MIT license).
Hint: We decided against the newer /^\p{RGI_Emoji}+$/v
regex because it is
not supported in older runtimes and does not match all emoji.