typescript: js++
const value = await remoteObj.deep.path.to.value() await remoteObj.deep.path.to.func()
// 远端 remote.register('something', async (params: Whatever) => { ░░return WhatYouWant }) // 本地 const res = await remote._.something(xxx)
'red' | 'blue' | string 编辑器不会智能提示怎么办?