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

10 lines
176 B
TypeScript
Raw Normal View History

/**
* @since 1.2.0
*/
import { Index } from '..'
/**
* @category constructor
* @since 1.2.0
*/
export declare function indexArray<A = never>(): Index<Array<A>, number, A>