| 133 | } |
| 134 | |
| 135 | interface Result { |
| 136 | transformedValue: any; |
| 137 | annotations?: MinimisedTree<TypeAnnotation>; |
| 138 | } |
| 139 | |
| 140 | export type ReferentialEqualityAnnotations = |
| 141 | | Record<string, string[]> |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…