UNPKG

monocle-ts

Version:

A porting of scala monocle library to TypeScript

10 lines (9 loc) 186 B
/** * @since 1.7.0 */ import { Index } from '..' /** * @category constructor * @since 1.7.0 */ export declare function indexRecord<A = never>(): Index<Record<string, A>, string, A>