Closed bradennapier closed 7 years ago
With flow it is possible to do an import typeof. The grammar does not currently allow the valid * syntax for importing typeof namespaces.
import typeof
import typeof ConnectionTypes from '../classes/connections'; import typeof * as PluginTypes from '../plugins';
With flow it is possible to do an
import typeof
. The grammar does not currently allow the valid * syntax for importing typeof namespaces.