7 lines
153 B
JavaScript
7 lines
153 B
JavaScript
|
import * as NEA from './NonEmptyArray';
|
||
|
/**
|
||
|
* @category constructor
|
||
|
* @since 2.2.0
|
||
|
*/
|
||
|
export var indexReadonlyNonEmptyArray = NEA.indexNonEmptyArray;
|