10 lines
193 B
TypeScript
10 lines
193 B
TypeScript
|
/**
|
||
|
* @since 2.2.0
|
||
|
*/
|
||
|
import { Index } from '..'
|
||
|
/**
|
||
|
* @category constructor
|
||
|
* @since 2.2.0
|
||
|
*/
|
||
|
export declare const indexReadonlyArray: <A = never>() => Index<ReadonlyArray<A>, number, A>
|