Interface PackerOptions

Type defining options for the Packer class

interface PackerOptions {
    shape: PackerShape;
}

Properties

Properties

Mapping of packed value names to their unpacked shape (as an array of numbers). Scalars are represented by an empty array.