Skip to content

Commit

Permalink
fix(type): export alwatrRegisteredList
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Jan 1, 2023
1 parent f1ad066 commit fa308b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/type/src/alwatr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ if (globalThis.Alwatr == null) {
if (Alwatr.registeredList == null) {
Alwatr.registeredList = [];
}

export const alwatrRegisteredList = Alwatr.registeredList;

0 comments on commit fa308b5

Please sign in to comment.