Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Options

import type { Options } from "https://raw.githubusercontent.com/worker-tools/kv-storage/master/index.ts";
type Options = Record<string, any>;

§Type

§
Record<string, any>
[src]