niieani / typescript-vs-flowtype

Differences between Flowtype and TypeScript -- syntax and usability

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: does Flow support dynamic import types

styfle opened this issue · comments

TypeScript 2.9 introduced a dynamic import() type feature. View Blog Post

Is there an equivalent in Flow?

There's an undocumented $Exports<'module-name'>, but I had issues with it in the past.

@niieani Should I add a row for this feature?

@styfle sure, that would be great! 👍