tinyimg - v1.0.0
    Preparing search index...

    Interface Measured<T>

    What TinyImgModule.measure hands back.

    interface Measured<T> {
        value: T;
        work: WorkCounters;
    }

    Type Parameters

    • T
    Index
    value: T

    Whatever the measured body returned, unchanged.

    What the module counted while it ran.