UNPKG

123 BJavaScriptView Raw
1const src = require('./src')
2const handlers = require('./handlers')
3
4module.exports = Object.assign({}, src, { handlers })