UNPKG

als-send-file

Version:

file serving with advanced options for caching, headers, and error handling, compatible with Express middleware.

4 lines (3 loc) 137 B
const fileHandler = require('./lib/file-handler') const sendFileMw = require('./lib/mw') module.exports = { fileHandler, sendFileMw }