UNPKG

@arthurgubaidullin/nx-embed-dependencies

Version:

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

11 lines (10 loc) 206 B
/** * @since 1.2.0 */ import { At } from '..' import { Eq } from 'fp-ts/es6/Eq' /** * @category constructor * @since 1.2.0 */ export declare function atSet<A = never>(E: Eq<A>): At<Set<A>, A, boolean>