mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/JiboViteDocs.git
synced 2026-06-15 22:36:28 +00:00
7 lines
247 B
TypeScript
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
|