Options
All
  • Public
  • Public/Protected
  • All
Menu

A response with an integral numeric value, as BigInt.

Hierarchy

  • IntegerWrapResponse

Index

Properties

kind: "integer"

Indicates that this is a IntegerWrapResponse.

partiallyRecognized?: true

If present, indicates that the input was recognized but not as an integer.

reason?: string

If present, the reason the number wasn't recognized as an integer.

value: bigint

The numeric value that was extracted, as a BigInt, or null, to indicate that either the number format wasn't recognized or wasn't an integer.

Generated using TypeDoc