UNPKG

98 BTypeScriptView Raw
1import { KeyofBase } from "./key-of-base";
2export type AnyRecord<T = any> = Record<KeyofBase, T>;