5 lines
131 B
JavaScript
Raw Normal View History

2025-09-05 14:59:21 +08:00
import { createWalker } from './create.js';
import config from '../syntax/config/walker.js';
export default createWalker(config);