UNPKG

@arthurgubaidullin/nx-embed-dependencies

Version:

This plugin for [Nx](https://nx.dev) helps injecting local dependencies into a package.

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