- notEmptyXY<T>(y): y is {
[P in string | number | symbol]: (T & ExcludeUndefined<Pick<T,
| "X"
| "Y"
| "Width"
| "Height">>)[P]
} Type Parameters
- T extends Partial<Record<
| "X"
| "Y"
| "Width"
| "Height", unknown>>
Returns y is {
[P in string | number | symbol]: (T & ExcludeUndefined<Pick<T,
| "X"
| "Y"
| "Width"
| "Height">>)[P]
}