What's the difference between
import * as express from 'express'
and
import express from 'express'
and why I am being "obliged" to use the first one by tsloader
?
If I use the second version, I got undefined
What's the difference between
import * as express from 'express'
and
import express from 'express'
and why I am being "obliged" to use the first one by tsloader
?
If I use the second version, I got undefined