Skip to main content

interface ValuedGraph.Types

Utility interface that provides higher-kinded types for this collection.

Properties

builder

undocumented

Definition

readonly builder: ValuedGraph.Builder<this['_N'], this['_V']>;

context

undocumented

Definition

readonly context: ValuedGraph.Context<this['_N']>;

nonEmpty

undocumented

Definition

readonly nonEmpty: ValuedGraph.NonEmpty<this['_N'], this['_V']>;

normal

undocumented

Definition

readonly normal: ValuedGraph<this['_N'], this['_V']>;