pub type DefaultRawDenoResolverRc<TSys> = RawDenoResolverRc<DenoInNpmPackageChecker, DenoIsBuiltInNodeModuleChecker, NpmResolver<TSys>, TSys>;Expand description
Helper type for a RawDenoResolverRc that has the implementations used by the Deno CLI.
Aliased Typeยง
pub struct DefaultRawDenoResolverRc<TSys> { /* private fields */ }