UNPKG

106 BJavaScriptView Raw
1module.exports = ({ instance, headers }) => ({
2 support: require('./support')({ instance, headers })
3});