| 29 | } |
| 30 | |
| 31 | export interface UpdateOptions { |
| 32 | storeName?: boolean |
| 33 | overwrite?: boolean |
| 34 | } |
| 35 | |
| 36 | export type ReplacementFunction = (substring: string, ...args: any[]) => string |
| 37 |
nothing calls this directly
no outgoing calls
no test coverage detected