Hi, what would be the way to import a library when...
# javascript
a
Hi, what would be the way to import a library when the TS typings only use
import type
(which is a type of import that doesn't require declaring the dependency imported in
package.json
) ?
t
Looks like
kotlin-history
or
kotlin-csstype
from wrappers
a
Thanks ! But how would it work if I have typings for multiple libraries with one module per npm package, package A needing package B but package B needing
import type
from package A ?