UNPKG

monocle-ts

Version:

A porting of scala monocle library to TypeScript

10 lines (9 loc) 193 B
/** * @since 2.2.0 */ import { Index } from '..' /** * @category constructor * @since 2.2.0 */ export declare const indexReadonlyArray: <A = never>() => Index<ReadonlyArray<A>, number, A>