augment-vir - v32.2.2
    Preparing search index...

    Type Alias Coords

    A simple type for storing 2D coordinates.

    type Coords = {
        x: number;
        y: number;
    }
    Index
    x y
    x: number
    y: number