PurpleMagick
Results
1
comments of
PurpleMagick
I also found out that variables in bracket notation seem to not work in type guards. Very minimal reproduction: ```ts const obj: { prop: string | null } = {...