Skip to main content
Module

x/aleph/server/deps.ts>MagicString#remove

The Full-stack Framework in Deno.
Very Popular
Go to Latest
method MagicString.prototype.remove
import { MagicString } from "https://deno.land/x/aleph@1.0.0-beta.1/server/deps.ts";

Removes the characters from start to end (of the original string, not the generated string). Removing the same content twice, or making removals that partially overlap, will cause an error.

Parameters

start: number
end: number