UNPKG

monocle-ts

Version:

A porting of scala monocle library to TypeScript

11 lines (10 loc) 261 B
/** * @since 2.2.0 */ import { ReadonlyRecord } from 'fp-ts/lib/ReadonlyRecord' import { Index } from '..' /** * @category constructor * @since 2.2.0 */ export declare const indexReadonlyRecord: <A = never>() => Index<ReadonlyRecord<string, A>, string, A>