numeric-quantity - v3.3.1
    Preparing search index...

    Type Alias BigIntOnOverflowOption<T>

    BigIntOnOverflowOption: T extends { bigIntOnOverflow?: infer B } ? B : false

    Extracts the type of the bigIntOnOverflow option from an options type, defaulting to false.

    Type Parameters

    • T