andykaisA
Denoβ€’4y agoβ€’
13 replies
andykais

npm specifier import types

so when I do something like
import * as rx from 'npm:rxjs'

console.log(rx)

I do have the correct code imported, but types are all any. Is this the expected state of npm imports, or is there a bug here? I am running
deno 1.26.1 (release, x86_64-unknown-linux-gnu)
v8 10.7.193.3
typescript 4.8.3
Was this page helpful?