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

11 lines
248 B
TypeScript
Raw Normal View History

/**
* @since 1.5.0
*/
import { Index } from '..'
import { NonEmptyArray } from 'fp-ts/lib/NonEmptyArray'
/**
* @category constructor
* @since 1.5.0
*/
export declare function indexNonEmptyArray<A = never>(): Index<NonEmptyArray<A>, number, A>