Kannan
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
-
-
Kannan created a post, WebStorm auto-import: better support for importing a whole module ("import * as blah from ...")
For about half of our TypeScript modules, you're meant to import individual symbols. import {UserCreateError} from 'common/api/user'; For the other half, you're meant to import the module as a ... -