UNPKG

@graphql-codegen/cli

Version:

<p align="center"> <img src="https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true" /> </p>

11 lines (10 loc) 307 B
declare type CompositeError = Error; declare type ListrError = Error & { errors: CompositeError[]; }; export declare function isListrError(err: Error & { name?: unknown; errors?: unknown; }): err is ListrError; export declare function cliError(err: any, exitOnError?: boolean): void; export {};