From fa308b5208e0a2ef0ed33e0fe7299cae0af51a97 Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Sun, 1 Jan 2023 12:59:54 +0330 Subject: [PATCH] fix(type): export alwatrRegisteredList --- core/type/src/alwatr.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/type/src/alwatr.ts b/core/type/src/alwatr.ts index 94214d2db..fb10e5a13 100644 --- a/core/type/src/alwatr.ts +++ b/core/type/src/alwatr.ts @@ -21,3 +21,5 @@ if (globalThis.Alwatr == null) { if (Alwatr.registeredList == null) { Alwatr.registeredList = []; } + +export const alwatrRegisteredList = Alwatr.registeredList;