(oldStr?: string, newStr?: string)
| 5 | } from 'diff' |
| 6 | |
| 7 | export const diffChars = (oldStr?: string, newStr?: string) => |
| 8 | diffCharsOg(oldStr ?? '', newStr ?? '') |
| 9 | |
| 10 | export const diffJson = (oldObj?: string | object, newObj?: string | object) => |
| 11 | diffJsonOg(oldObj ?? '', newObj ?? '') |
nothing calls this directly
no outgoing calls
no test coverage detected