(onfinally?: (() => void) | undefined | null)
| 535 | } |
| 536 | |
| 537 | finally(onfinally?: (() => void) | undefined | null): Promise<unknown> { |
| 538 | return pullPromise(this).finally(...arguments); |
| 539 | } |
| 540 | |
| 541 | toString() { |
| 542 | return "[object RpcPromise]"; |
no test coverage detected