7 lines
78 B
JavaScript
7 lines
78 B
JavaScript
|
|
// using ES6 modules
|
|
import mitt from 'mitt'
|
|
|
|
export const emitter = mitt()
|
|
|