Hex Core JS
    Preparing search index...

    Type Alias UseCountOptions

    UseCountOptions: (
        | UseCountBoundsMinOptions
        | UseCountBoundsMaxOptions
        | UseCountBoundsMinMaxOptions
        | UseCountBoundsModOptions
        | { max?: undefined; min?: undefined; mod?: undefined }
    ) & { unit?: number }