Is it possible to call function by name in Flow?

后端 未结 0 1402
渐次进展
渐次进展 2021-02-10 05:23

I have a code like below in the project

type ActionT = \'add\' | \'put\' | \'get\'

function _dbRequest(action: ActionT) {
    ...
    const store: IDBObjectStore         


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