refactor: ♻️ Refactor naming and code exports for both modules

This commit is contained in:
Jesse Wierzbinski 2024-06-19 12:21:34 -10:00
parent 8a37e7df95
commit dc352bc276
No known key found for this signature in database
29 changed files with 629 additions and 312 deletions

View file

@ -33,7 +33,7 @@ import { emojiRegex } from "../regex";
* // ...
* }
*/
export const CustomEmojiExtension = z.object({
export const CustomEmojiExtensionSchema = z.object({
emojis: z.array(
z.object({
name: z