@arthurgubaidullin/nx-embed-dependencies
Version:
This plugin for [Nx](https://nx.dev) helps injecting local dependencies into a package.
18 lines (17 loc) • 353 B
TypeScript
/**
* @since 1.0.0
*/
import { Reporter } from './Reporter'
import { ValidationError } from '.'
/**
* @since 1.0.0
*/
export declare function failure(es: Array<ValidationError>): Array<string>
/**
* @since 1.0.0
*/
export declare function success(): Array<string>
/**
* @since 1.0.0
*/
export declare const PathReporter: Reporter<Array<string>>