ERP-node/frontend/lib/v2-core/events/index.ts

8 lines
102 B
TypeScript

/**
* V2 이벤트 시스템 내보내기
*/
export * from "./types";
export * from "./EventBus";