(kind, node, type)
| 25610 | // updateJSDocNonNullableType |
| 25611 | // updateJSDocNullableType |
| 25612 | function updateJSDocPrePostfixUnaryTypeWorker(kind, node, type) { |
| 25613 | return node.type !== type |
| 25614 | ? update(createJSDocPrePostfixUnaryTypeWorker(kind, type, node.postfix), node) |
| 25615 | : node; |
| 25616 | } |
| 25617 | // @api |
| 25618 | // updateJSDocOptionalType |
| 25619 | // updateJSDocVariadicType |
no test coverage detected