import { EMOJI_REGEX } from "https://deno.land/x/valibot@v1.0.0-beta.2-to-json-schema/src/regex.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.