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

AnyReadonlyRecord

import type { AnyReadonlyRecord } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/record.ts";

A type used to constrain an input to a ReadonlyRecord with any values.

type AnyReadonlyRecord = ReadonlyRecord<any>;