UNPKG

monocle-ts

Version:

A porting of scala monocle library to TypeScript

10 lines (9 loc) 234 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.indexReadonlyArray = void 0; var A = require("./Array"); /** * @category constructor * @since 2.2.0 */ exports.indexReadonlyArray = A.indexArray;