File size: 131 Bytes
bc20498 |
1 2 3 4 5 |
import { createWalker } from './create.js';
import config from '../syntax/config/walker.js';
export default createWalker(config);
|
bc20498 |
1 2 3 4 5 |
import { createWalker } from './create.js';
import config from '../syntax/config/walker.js';
export default createWalker(config);
|