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

MatchRange

import type { MatchRange } from "https://googleapis.deno.dev/v1/cloudsearch:v1.ts";

Matched range of a snippet [start, end).

interface MatchRange {
end?: number;
start?: number;
}

§Properties

§
end?: number
[src]

End of the match in the snippet.

§
start?: number
[src]

Starting position of the match in the snippet.