import { Deno } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.deno.unstable.d.ts";
const { KvListIterator } = Deno;
UNSTABLE: New API, yet to be vetted.
An iterator over a range of data entries in a Deno.Kv
.
The cursor getter returns the cursor that can be used to resume the iteration from the current position in the future.