MCPcopy
hub / github.com/single-spa/single-spa / Planets

Interface Planets

typings/single-spa.test-d.ts:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34});
35
36interface Planets {
37 favoritePlanet: string;
38}
39
40const parcel: Parcel<Planets> = mountRootParcel<Planets>(appOrParcel, {
41 domElement: document.createElement("div"),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…