DenoDeno.KvU64class Deno.KvU64unstableWrapper type for 64-bit unsigned integers for use as values in a Deno.Kv. Constructors #new#KvU64(value: bigint)Create a new KvU64 instance from the given bigint value. If the value is signed or greater than 64-bits, an error will be thrown. Properties #readonly#value: bigintThe value of this unsigned 64-bit integer, represented as a bigint.
class Deno.KvU64unstableWrapper type for 64-bit unsigned integers for use as values in a Deno.Kv. Constructors #new#KvU64(value: bigint)Create a new KvU64 instance from the given bigint value. If the value is signed or greater than 64-bits, an error will be thrown. Properties #readonly#value: bigintThe value of this unsigned 64-bit integer, represented as a bigint.