优化 Core Emitter 中的 emit 函数泛型 #60
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: MrKBear/mini-dlpu-v3#60
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
当前情况:
当 Event 类型为
undefined
时在 Emit 触发事件时必须使用一下方式:优化内容:
undefined
参数不是必须的,优化泛型以去除undefined
传递的必要。