Innovenergy_trunk/frontend/node_modules/monocle-ts/lib/Index/ReadonlyArray.d.ts

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>