Skip to main content
Version: v1

PlaceIndex TypeAlias

Index of a place within a trait. 0 = before all nodes, 1 = after first node, etc.

Signature

export declare type PlaceIndex = number & {
readonly PlaceIndex: unique symbol;
};