const notice = require('./operators/notice'); const network = require('./operators/network'); const common = require('./operators/common'); window.rubick = { notice, network, common, }