Files
dealplustech/dealplustech-astro/node_modules/oniguruma-parser/dist/optimizer/transforms/unwrap-useless-groups.d.ts
2026-03-02 12:35:14 +07:00

7 lines
248 B
TypeScript

import type { Visitor } from '../../traverser/traverse.js';
/**
Unwrap nonbeneficial noncapturing and atomic groups.
*/
declare const unwrapUselessGroups: Visitor;
export { unwrapUselessGroups, };
//# sourceMappingURL=unwrap-useless-groups.d.ts.map