5 lines
74 B
TypeScript
5 lines
74 B
TypeScript
import mitt from "mitt";
|
|
|
|
const mittBus = mitt();
|
|
export default mittBus;
|