From 98069f9498011a8b3a1c8db6f0ec16bbc80484cc Mon Sep 17 00:00:00 2001 From: Sage Starr Date: Mon, 17 Aug 2026 15:30:04 +0800 Subject: [PATCH] Add enum-plus (#1141) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e6be1b0..41d0f2c 100644 --- a/README.md +++ b/README.md @@ -1096,6 +1096,7 @@ https://listjs.com * [lune](https://github.com/ryanseys/lune) - Library to calculate the phases of the moon accurately. * [jsemu](https://github.com/fcambus/jsemu) - A list of emulators written in the JavaScript programming language. * [rrweb](https://github.com/rrweb-io/rrweb) - Records the DOM and user interactions as a typed JSON event stream and replays them pixel-perfect. +* [enum-plus](https://github.com/shijistar/enum-plus) - A drop-in enhancement for native TypeScript enums, adding display text, internationalization and full type safety. # Worth Reading