pluckProperty<T>(obj: Object, force: true, ...args: string[]): T 参数
- obj: Object
- force: true
- ...args: string[]
返回 T
pluckProperty<T>(obj: Object, force: false, ...args: string[]): undefined | T 参数
- obj: Object
- force: false
- ...args: string[]
返回 undefined | T