Commit 0c34ce19 by puhui999

修复编译器全局类型找不到报错的问题

parent 73de9874
export {}
declare global {
declare interface Fn<T = any> {
(...arg: T[]): T
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment