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

Replacement

interface Replacement {
end: number;
replacement: string;
start: number;
}

§Properties

§
end: number
[src]
§
replacement: string
[src]

The text used to replace

§
start: number
[src]

The range of the original text