Skip to main content
Module

x/kvdex/deno.jsonc

Database wrapper for Deno KV
Go to Latest
File
{ "tasks": { "test": "deno test -A --unstable", "prep": "deno lint && deno fmt && deno test -A --unstable" }, "fmt": { "semiColons": false, "exclude": ["README.md"] }, "test": { "include": ["./test/tests"] }}