@eagleoutice/flowr - v2.10.1
    Preparing search index...

    Function bigint2number

    • Converts a bigint (or string representation of a bigint) to a number by removing the trailing n. Please note that this can lead to loss of precision for very large bigints.

      Parameters

      • a: string | bigint

      Returns number