UNPKG

@arthurgubaidullin/nx-embed-dependencies

Version:

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

10 lines (9 loc) 186 B
/** * @since 1.7.0 */ import { Index } from '..' /** * @category constructor * @since 1.7.0 */ export declare function indexRecord<A = never>(): Index<Record<string, A>, string, A>