/
erioxis
/
web-nodejs
Обзор
Документация
Войти
/
erioxis
/
web-nodejs
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
backend/node_modules/@fastify/send/index.js
28 строк
513 B
erioxis
lab11fix
15 дек 2025, 23:21
15 дек 2025, 23:21
70dc7ba
Код
Авторство
О чём код?
/*! * send * Copyright(c) 2012 TJ Holowaychuk * Copyright(c) 2014-2022 Douglas Christopher Wilson * MIT Licensed */ 'use strict' /** * Module dependencies. * @private */ const isUtf8MimeType = require('./lib/isUtf8MimeType').isUtf8MimeType const mime = require('mime') const send = require('./lib/send').send /** * Module exports. * @public */ module.exports = send module.exports.default = send module.exports.send = send module.exports.isUtf8MimeType = isUtf8MimeType module.exports.mime = mime