This commit is contained in:
Rowan 2025-05-25 08:34:17 -05:00
parent 3e79f237eb
commit 3a668ccad4

2
typings/multi.d.ts vendored
View file

@ -5,4 +5,4 @@ export const takeUntil: any;
export const skip: any;
export const many: any;
export function many1(parser: any): any;
export function range(start: any, end: any): any;
export function range(start: any, end: any, deny?: any[]): any;