UNPKG

verror-0

Version:

VError without dependencies on top of nodejs standart library

5 lines (4 loc) 143 B
export declare function isError(err: unknown): err is Error; export declare function hasErrors(err: unknown): err is { errors: Error[]; };