UNPKG

@deno/kv

Version:

A Deno KV client library optimized for Node.js.

14 lines (13 loc) 287 B
export declare class _KvU64 { readonly value: bigint; constructor(value: bigint); sum(other: { readonly value: bigint; }): _KvU64; min(other: { readonly value: bigint; }): _KvU64; max(other: { readonly value: bigint; }): _KvU64; }