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

Interface UpdateOptions

src/MagicString.ts:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected