(message: string)
| 11 | } |
| 12 | |
| 13 | export function createErrorMessage(message: string) { |
| 14 | return `${LOG_PREFIX} ${message}` |
| 15 | } |
| 16 | |
| 17 | export function createThrowErrorFunction(message: string) { |
| 18 | return () => { |
no outgoing calls
no test coverage detected