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

Rec

import type { Rec } from "https://raw.githubusercontent.com/worker-tools/shed/master/index.ts";

Any record of unknown values

type Rec = Record<PropertyKey, any>;

§Type

§
Record<PropertyKey, any>
[src]