pamoja for TypeScript - v0.1.17
    Preparing search index...

    Interface Progress

    How much of an image has arrived.

    interface Progress {
        total: number;
        written: number;
    }
    Index
    total: number

    The total the manifest declares.

    written: number

    The bytes stored so far.