Wrapper type for 64-bit unsigned integers for use as values in a Deno.Kv.
#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.
#value: bigint The value of this unsigned 64-bit integer, represented as a bigint.
© 2018–2025 the Deno authors
Licensed under the MIT License.
https://docs.deno.com/api/deno/~/Deno.KvU64