Revert "refactor: rename Deno.openKv() to Deno.kv() (#18349)" (#18362)

This reverts commit 50b793c9ed.
This commit is contained in:
Ryan Dahl 2023-03-22 15:23:36 -04:00 committed by GitHub
parent 47aa58c721
commit f9c8d98b77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 22 additions and 18 deletions

View file

@ -170,7 +170,7 @@ const denoNsUnstable = {
funlockSync: fs.funlockSync,
upgradeHttp: http.upgradeHttp,
upgradeHttpRaw: flash.upgradeHttpRaw,
kv: kv.kv,
openKv: kv.openKv,
Kv: kv.Kv,
KvU64: kv.KvU64,
KvListIterator: kv.KvListIterator,