b.js 91 B

12345
  1. module.exports = {
  2. b: true,
  3. 1: require('./dir1/1'),
  4. robot: require('robot')
  5. };