mirror of
https://github.com/denoland/deno.git
synced 2025-08-31 15:57:53 +00:00
refactor: rename Deno.openKv() to Deno.kv() (#18349)
This commit is contained in:
parent
e73e8410f6
commit
50b793c9ed
6 changed files with 18 additions and 22 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue