interface ValuedGraph.Types
Utility interface that provides higher-kinded types for this collection.
Properties
builder
undocumented
builderDefinition
readonly builder: ValuedGraph.Builder<this['_N'], this['_V']>;
context
undocumented
contextDefinition
readonly context: ValuedGraph.Context<this['_N']>;
nonEmpty
undocumented
nonEmptyDefinition
readonly nonEmpty: ValuedGraph.NonEmpty<this['_N'], this['_V']>;
normal
undocumented
normalDefinition
readonly normal: ValuedGraph<this['_N'], this['_V']>;