Type Alias deno_doc::html::partition::Partition

source ·
pub type Partition = IndexMap<String, Vec<DocNodeWithContext>>;

Aliased Type§

struct Partition { /* private fields */ }