10 lines
270 B
JavaScript
10 lines
270 B
JavaScript
|
"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;
|