/
TON618OFF
/
FinalPWHTML
Обзор
Документация
Войти
/
TON618OFF
/
FinalPWHTML
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/@tinyhttp/send/dist/status.d.ts
11 строк
421 B
TON618OFF
не ну это ваще
23 июн 2024, 00:30
23 июн 2024, 00:30
e27ae20
Код
Авторство
О чём код?
/// <reference types="node" /> import type { ServerResponse } from 'node:http'; type Res = Pick<ServerResponse, 'statusCode'>; /** * Sets the HTTP status for the response. It is a chainable alias of Node’s `response.statusCode`. * * @param res Response */ export declare const status: <Response_1 extends Res = Res>(res: Response_1) => (status: number) => Response_1; export {}; //# sourceMappingURL=status.d.ts.map