My expertise lies mostly in TypeScript, but I recently came across Flow which seems quite similar to TS in many aspects. However, one thing that caught my attention is the asterisk (*) type in Flow. Initially, I thought it was just another way of representing "any", but as I delved into the release notes for Flow, it became evident that it's not the case. Despite going through all the official documentation, I couldn't find any mention or example of the "*" type.
So, what exactly does it signify and when should it be used? Additionally, how does it compare to its counterpart in TypeScript?