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

This commit is contained in:
Ryan Dahl 2023-03-22 10:02:40 -04:00 committed by GitHub
parent e73e8410f6
commit 50b793c9ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 18 additions and 22 deletions

View file

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