UNPKG

96 BJavaScriptView Raw
1const v2 = require('./src/v2');
2
3module.exports = {
4 v2: (url, headers) => v2(url, headers)
5};