UNPKG

systelab-components-wdio-test

Version:
5 lines (4 loc) 126 B
import { Response } from 'express'; export declare class ErrorHandlerAPI { static handle(res: Response, err: any): any; }