From 041434f77f03c93907558577f3b48b70e4d72334 Mon Sep 17 00:00:00 2001 From: Carlos Cuesta Date: Sun, 1 Jan 2023 16:48:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20Update=20`entity`=20typ?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/gitmojis/src/gitmojis.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gitmojis/src/gitmojis.d.ts b/packages/gitmojis/src/gitmojis.d.ts index d2062b12c4..f3b7b58734 100644 --- a/packages/gitmojis/src/gitmojis.d.ts +++ b/packages/gitmojis/src/gitmojis.d.ts @@ -9,7 +9,7 @@ declare module 'gitmojis' { * Gitmoji hexadecimal entity. * @example '🎨', '⚡', '🔥', '🐛' */ - readonly entity: string; + readonly entity: `&#${string};`; /** * Gitmoji use-case description. */