UNPKG

monocle-ts

Version:

A porting of scala monocle library to TypeScript

7 lines (6 loc) 153 B
import * as NEA from './NonEmptyArray'; /** * @category constructor * @since 2.2.0 */ export var indexReadonlyNonEmptyArray = NEA.indexNonEmptyArray;