1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

chore(ext/kv): create basic README.md (#18370)

This commit is contained in:
Matt Mastracci 2023-03-22 17:03:38 -06:00 committed by GitHub
parent 25b564bf86
commit d06fdf6add
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
ext/kv/README.md Normal file
View file

@ -0,0 +1,3 @@
# deno_kv
This crate provides a key/value store for Deno.