Innovenergy_trunk/frontend/node_modules/monocle-ts/lib/Index/ReadonlyArray.js

10 lines
234 B
JavaScript
Raw Normal View History

"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;