From 3a668ccad486f8efcbd29212c27a2810b3cbeff6 Mon Sep 17 00:00:00 2001 From: rowan Date: Sun, 25 May 2025 08:34:17 -0500 Subject: [PATCH] typings --- typings/multi.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typings/multi.d.ts b/typings/multi.d.ts index 929ce12..b95ce8f 100644 --- a/typings/multi.d.ts +++ b/typings/multi.d.ts @@ -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;