UNPKG

@arthurgubaidullin/nx-embed-dependencies

Version:

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

11 lines (10 loc) 227 B
/** * @since 1.7.0 */ import { At } from '..' import { Option } from 'fp-ts/lib/Option' /** * @category constructor * @since 1.7.0 */ export declare function atRecord<A = never>(): At<Record<string, A>, string, Option<A>>