Files
devstar_introduction/node_modules/oniguruma-to-es/dist/cjs/utils-ast.d.ts
2025-07-26 16:40:29 +08:00

15 lines
392 B
TypeScript

export function hasOnlyChild({ alternatives }: {
alternatives: any;
}, kidFn: any): any;
export function isAlwaysNonZeroLength(node: any): boolean;
export function isAlwaysZeroLength({ type }: {
type: any;
}): boolean;
export function isConsumptiveGroup({ type }: {
type: any;
}): boolean;
export function isLookaround({ type, kind }: {
type: any;
kind: any;
}): boolean;