Function isValidTwoFoldPosition
isValidTwoFoldPosition( position: string,): position is | "left-left" | "left-top" | "left-bottom" | "left-right" | "top-left" | "top-top" | "top-bottom" | "top-right" | "bottom-left" | "bottom-top" | "bottom-bottom" | "bottom-right" | "right-left" | "right-top" | "right-bottom" | "right-right" Returns position is
| "left-left"
| "left-top"
| "left-bottom"
| "left-right"
| "top-left"
| "top-top"
| "top-bottom"
| "top-right"
| "bottom-left"
| "bottom-top"
| "bottom-bottom"
| "bottom-right"
| "right-left"
| "right-top"
| "right-bottom"
| "right-right"