UNPKG

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