This commit is contained in:
2022-06-02 00:22:39 +08:00
parent 209c0acf8a
commit 3ca67f9721
5 changed files with 32 additions and 3 deletions

4
bin/message/index.js Normal file
View File

@@ -0,0 +1,4 @@
import mitt from 'mitt'
const emitter = mitt()
export default emitter