Files
Your Name 38652eb9b5 Initalize
2026-05-03 12:12:57 -04:00

7 lines
247 B
TypeScript

import type { Visitor } from '../../traverser/traverse.js';
/**
Combine adjacent alternatives with only an added last node as the difference.
*/
declare const optionalize: Visitor;
export { optionalize, };
//# sourceMappingURL=optionalize.d.ts.map