UNPKG

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