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

Interface UpdateOptions

src/MagicString.ts:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32export interface UpdateOptions {
33 storeName?: boolean
34 overwrite?: boolean
35}
36
37export type ReplacementFunction = (substring: string, ...args: any[]) => string
38

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected