/
dropdead
/
frontend_trainee
Обзор
Документация
Войти
/
dropdead
/
frontend_trainee
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/@tinyhttp/app/dist/onError.d.ts
8 строк
360 B
Ivan
init: add server files and depdendcies from task
06 сен 2024, 20:55
06 сен 2024, 20:55
880ac28
Код
Авторство
О чём код?
import { NextFunction } from '@tinyhttp/router'; import { App } from './app.js'; import { Request } from './request.js'; import { Response } from './response.js'; export type ErrorHandler = (this: App, err: any, req: Request, res: Response, next?: NextFunction) => void; export declare const onErrorHandler: ErrorHandler; //# sourceMappingURL=onError.d.ts.map