AnyReadonlyRecord
import type { AnyReadonlyRecord } from "https://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>;
§Type
§
ReadonlyRecord<any>
[src]