Prefinem/lambdify

View on GitHub
src/lib/helpers/xml.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
const response = require('./response');

module.exports = (res, body) => response(res, body, 'text/xml');