Why is `mutate()` missing in `npm:@deno/kv`?
Why is
.mutate()
missing in AtomicOperation
of the @deno/kv
NPM package while it's in AtomicOperation
of built-in KV in Deno? This makes the code incompatible. What am I missing?Deno
Deno.AtomicOperation - Deno documentation
In-depth documentation, guides, and reference materials for building secure, high-performance JavaScript and TypeScript applications with Deno
GitHub
denokv/npm/src/kv_types.ts at 5697a1b00783c5b9f234319ee4d995e387772...
A self-hosted backend for Deno KV. Contribute to denoland/denokv development by creating an account on GitHub.
1 Reply
That looks like a bug in the types
PR welcome 🙂