| 6 | (operation: Operation, index: number, document: T, existingPathFragment: string): void; |
| 7 | } |
| 8 | export interface OperationResult<T> { |
| 9 | removed?: any; |
| 10 | test?: boolean; |
| 11 | newDocument: T; |
| 12 | } |
| 13 | export interface BaseOperation { |
| 14 | path: string; |
| 15 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…