UNPKG

@dfds-devex/minions-core

Version:

Component framework for micro frontend architecture.

6 lines 194 B
import EventCallback from "./EventCallback"; interface ISubscriber { subscribe(callback: EventCallback): boolean; } export default ISubscriber; //# sourceMappingURL=ISubscriber.d.ts.map