UNPKG

@arthurgubaidullin/nx-embed-dependencies

Version:

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

13 lines (12 loc) 213 B
/** * @since 1.7.0 */ import { Index } from '..'; import { atRecord } from '../At/Record'; /** * @category constructor * @since 1.7.0 */ export function indexRecord() { return Index.fromAt(atRecord()); }