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

10 lines
270 B
JavaScript
Raw Normal View History

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