niieani/typescript-vs-flowtype

Question: does Flow support dynamic import types

styfle opened this issue · 3 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! 👍