| 159 | } |
| 160 | |
| 161 | export interface Normalized<T> extends Input { |
| 162 | item: T; |
| 163 | } |
| 164 | |
| 165 | /** |
| 166 | * Removes the following group of properties from `props`, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…