@taichunmin/buffer - v0.13.16
    Preparing search index...

    Interface PackFormat

    interface PackFormat {
        items: [number, string][];
        littleEndian: boolean;
    }
    Index

    Properties

    Properties

    items: [number, string][]
    littleEndian: boolean