Variable: CoerceType
constCoerceType:object
The types the extracted data can be coerced to.
Type Declaration
String
readonlyString:"string"="string"
String.
Number
readonlyNumber:"number"="number"
Number.
Integer
readonlyInteger:"integer"="integer"
Integer.
Boolean
readonlyBoolean:"boolean"="boolean"
Boolean.
BigInt
readonlyBigInt:"bigint"="bigint"
Big Integer.
Date
readonlyDate:"date"="date"
Date.
DateTime
readonlyDateTime:"datetime"="datetime"
Date Time.
Time
readonlyTime:"time"="time"
Time.
Object
readonlyObject:"object"="object"
Object.
Uint8Array
readonlyUint8Array:"uint8array"="uint8array"
Uint8Array.