perf(router): reduce the number of guard files

This commit is contained in:
vben
2021-06-27 14:11:04 +08:00
parent 941ad59759
commit 327d71b8fb
21 changed files with 154 additions and 177 deletions

View File

@@ -1,5 +1,6 @@
/**
* https://github.com/developit/mitt
* copy to https://github.com/developit/mitt
* Expand clear method
*/
export type EventType = string | symbol;