DEV Community

Discussion on: Deno dependencies, xstate

Collapse
 
adam_cyclones profile image
Adam Crockett 🌀

Thanks that's a great help, what about type defs? (Will read link)

Collapse
 
vonheikemen profile image
Heiker

If you use pika.dev you don't have to do anything to get the type definitions. According to this article.

In collaboration with the Deno team for their recent v0.32.0 release, Pika CDN now hosts type declarations for every package that provides them! Import an npm package from our CDN and Deno will automatically fetch its type declarations along with it.

The manual also has a external type definition section: link