MCPcopy Create free account
hub / github.com/Rich-Harris/magic-string / prependLeft

Method prependLeft

benchmark/data-min.js:65–67  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

63 );
64 }
65 prependLeft(t) {
66 this.outro = t + this.outro;
67 }
68 prependRight(t) {
69 this.intro = t + this.intro;
70 }

Callers 1

prependLeftMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected