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