UNPKG

ts-essentials

Version:
3 lines (2 loc) 98 B
import { KeyofBase } from "./key-of-base"; export type AnyRecord<T = any> = Record<KeyofBase, T>;