UNPKG

@arthurgubaidullin/nx-embed-dependencies

Version:

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

11 lines (10 loc) 163 B
/** * @since 1.0.0 */ import { Validation } from './index' /** * @since 1.0.0 */ export interface Reporter<A> { report: (validation: Validation<any>) => A }