UNPKG

mockttp

Version:

Mock HTTP server for testing HTTP clients and stubbing webservices

9 lines 261 B
export type ErrorLike = Partial<Error> & { code?: string; cmd?: string; signal?: string; statusCode?: number; statusMessage?: string; }; export declare function isErrorLike(error: any): error is ErrorLike; //# sourceMappingURL=error.d.ts.map