Spaces:
Configuration error
Configuration error
File size: 176 Bytes
a053984 |
1 2 3 4 5 6 7 8 9 |
'use strict';
const create = require('./create.cjs');
const index$1 = require('../walker/index.cjs');
const index = create.createConvertor(index$1);
module.exports = index;
|