Interface ShapePair

A shape pair for stronger compression and decoding

interface ShapePair {
    countOrCol: number;
    type: 0 | 1 | 2;
}

Properties

Properties

countOrCol: number

the length if object or array; or the column to read from

type: 0 | 1 | 2

The type (0 - array, 1 - object, 2 - value)