Open nixxquality opened 5 years ago
From electron/electron#17479.
Neither "A (NativeImage | String) ..." nor "A NativeImage | String ..." produces the correct results. It only picks one of the types.
(NativeImage | String)
NativeImage | String
From electron/electron#17479.
Neither "A
(NativeImage | String)
..." nor "ANativeImage | String
..." produces the correct results. It only picks one of the types.