walker.cjs 122 B

123456789
  1. 'use strict';
  2. const index = require('../node/index.cjs');
  3. const config = {
  4. node: index
  5. };
  6. module.exports = config;