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