All files
/
server/reply
download.js
66.67%
Statements
2/3
100%
Branches
0/0
0%
Functions
0/1
100%
Lines
2/2
1 2 3 4
12x
12x
const Reply = require('./reply'); module.exports =
(.
..args) =>
new Reply('download', ...args);