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

    Type Alias VerboseOption<T>

    VerboseOption: T extends { verbose?: infer V } ? V : false

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

    Type Parameters

    • T