UNPKG

monocle-ts

Version:

A porting of scala monocle library to TypeScript

11 lines (10 loc) 248 B
/** * @since 1.5.0 */ import { Index } from '..' import { NonEmptyArray } from 'fp-ts/lib/NonEmptyArray' /** * @category constructor * @since 1.5.0 */ export declare function indexNonEmptyArray<A = never>(): Index<NonEmptyArray<A>, number, A>