From d215691e8aafb28f010434dba8f8be4e5620e191 Mon Sep 17 00:00:00 2001 From: Pavel Gnedov Date: Tue, 4 Oct 2022 06:57:46 +0700 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=BA=D0=BE=D0=BD=D1=81=D1=82=D0=B0=D0=BD=D1=82?= =?UTF-8?q?=D0=B0=20UNLIMITED?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libs/event-emitter/src/consts/consts.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 libs/event-emitter/src/consts/consts.ts diff --git a/libs/event-emitter/src/consts/consts.ts b/libs/event-emitter/src/consts/consts.ts new file mode 100644 index 0000000..e270e67 --- /dev/null +++ b/libs/event-emitter/src/consts/consts.ts @@ -0,0 +1 @@ +export const UNLIMITED = 999999;