TypeScript type for nested arrays of functions

前端 未结 0 1295
北恋
北恋 2020-12-16 11:54

I have a terrible data structure that is causing TypeScript to freak out.

let foo = {
    \'baz\':[
        [[x1, x2, x3], (a: any, b: number, c: number) =>         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题