UNPKG

@daiso-tech/core

Version:

The library offers flexible, framework-agnostic solutions for modern web applications, built on adaptable components that integrate seamlessly with popular frameworks like Next Js.

11 lines 430 B
/** * @module EventBus */ import { // eslint-disable-next-line @typescript-eslint/no-unused-vars UnableToDispatchEventBusError, // eslint-disable-next-line @typescript-eslint/no-unused-vars UnableToAddListenerEventBusError, // eslint-disable-next-line @typescript-eslint/no-unused-vars UnableToRemoveListenerEventBusError, } from "../../event-bus/contracts/event-bus.errors.js"; //# sourceMappingURL=event-bus.contract.js.map