UNPKG

state-switch

Version:

State Switch is a Change Monitor/Guarder for Async Actions.

12 lines 281 B
class ServiceableAbstract { constructor(..._) { } /** * start/stop is optional: * if they exists, then they will be called */ start(..._) { } stop(..._) { } emit(..._) { } } export { ServiceableAbstract, }; //# sourceMappingURL=interfaces.js.map