| 34 | }); |
| 35 | |
| 36 | interface Planets { |
| 37 | favoritePlanet: string; |
| 38 | } |
| 39 | |
| 40 | const parcel: Parcel<Planets> = mountRootParcel<Planets>(appOrParcel, { |
| 41 | domElement: document.createElement("div"), |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…