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

Key

import type { Key } from "https://raw.githubusercontent.com/worker-tools/kv-storage/master/index.ts";
type Key =
| string
| number
| Date
| ArrayBuffer
| Key[];

§Type

§
string | number | Date | ArrayBuffer | Key[]
[src]