(timestamp)
| 55 | } |
| 56 | |
| 57 | export function formatTimestampForExport(timestamp) { |
| 58 | const date = new Date(timestamp); |
| 59 | return date.toISOString(); |
| 60 | } |
| 61 | |
| 62 | export function syntaxHighlight(json) { |
| 63 | return json.replace( |
no outgoing calls
no test coverage detected