Appearance
electron-reactive-event / Internal / Validation / IsNotNever
type IsNotNever<Type> = IsNever<Type> extends true ? false : true;
Type