UNPKG

monocle-ts

Version:

A porting of scala monocle library to TypeScript

10 lines (9 loc) 270 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.indexReadonlyNonEmptyArray = void 0; var NEA = require("./NonEmptyArray"); /** * @category constructor * @since 2.2.0 */ exports.indexReadonlyNonEmptyArray = NEA.indexNonEmptyArray;