UNPKG

subapp-web

Version:

Electrode subapp web support

10 lines 250 B
export default function (info) { if (!info.name) { throw new Error(`subapp info missing name`); } if (!info.Component) { throw new Error(`subapp info missing Component`); } return info; } //# sourceMappingURL=make-subapp-spec.js.map