UNPKG

104 BJavaScriptView Raw
1const bundle = require('./bundler');
2const run = require('./press');
3
4module.exports = { bundle, run };