Files
Tiber365/node_modules/oniguruma-to-es/dist/esm/utils-ast.d.ts

15 lines
388 B
TypeScript

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