f0743f4
1
2
3
4
5
6
7
8
const build = require('./build'); const initialize = require('./initialize'); module.exports = { ...build, ...initialize, };