UNPKG

@xarc/fastify-server

Version:
9 lines (8 loc) 205 B
/** * Log as much info as possible about why starting the server failed * * @param err - error from failure * * @returns failure error */ export declare function startFailed(err: any): Promise<any>;