Variable BigintFromNumberConst

      BigintFromNumber: Schema<number, bigint>

      This schema transforms a number into a bigint by parsing the number using the BigInt function.

      It returns an error if the value can't be safely encoded as a number due to being out of range.

      Since

      1.0.0