Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

matchingPair

function matchingPair(
text: string,
[leftright]: Iterable<string>,
i: number,
allowEscape?: boolean,
): number;
§
matchingPair(text: string, [leftright]: Iterable<string>, i: number, allowEscape?: boolean): number
[src]

§Parameters

§
text: string
[src]
§
[leftright]: Iterable<string>
[src]
§
i: number
[src]
§
allowEscape?: boolean optional
[src]

§Return Type

§
number
[src]