typings
This commit is contained in:
parent
3e79f237eb
commit
3a668ccad4
1 changed files with 1 additions and 1 deletions
2
typings/multi.d.ts
vendored
2
typings/multi.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue