Brandon KalinowskiB
Denoβ€’2y agoβ€’
4 replies
Brandon Kalinowski

How to rewrite this: `import * as base32 from "jsr:@std/encoding@0.224.3/base32.ts";`

I am migrating std from /x and I ran into this issue. What the correct way to import just base32.ts. For now I can do https://jsr.io/@std/encoding/0.224.3/base32.ts
Was this page helpful?