Question: does Flow support dynamic import types
styfle opened this issue · 3 comments
styfle commented
TypeScript 2.9 introduced a dynamic import()
type feature. View Blog Post
Is there an equivalent in Flow?
niieani commented
There's an undocumented $Exports<'module-name'>
, but I had issues with it in the past.