( // v isn't used directly here but helps TS infer a precise type for transformed flatMapEntry: (entry: typePropOf<t, $>) => transformed )
| 116 | partial(): Type<{ [k in keyof t]?: t[k] }, $> |
| 117 | |
| 118 | map< |
| 119 | transformed extends listable<MappedTypeProp>, |
| 120 | r = Type<constructMapped<t, transformed>, $> |
| 121 | >( |
no outgoing calls