Added in v2.2.0
Signature
export declare const indexReadonlyRecord: <A = never>() => Index<Readonly<Record<string, A>>, string, A>