Skip to main content
Module

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

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

Same as s.appendRight(...), except that the inserted content will go before any previous appends or prepends at index

Parameters

index: number
content: string