NotUndefinedtype NotUndefined<T> = T extends undefined ? never : T;§Type Parameters§T[src]§Type§T extends undefined ? never : T[src]