(kind, type)
| 25602 | // createJSDocVariadicType |
| 25603 | // createJSDocNamepathType |
| 25604 | function createJSDocUnaryTypeWorker(kind, type) { |
| 25605 | var node = createBaseNode(kind); |
| 25606 | node.type = type; |
| 25607 | return node; |
| 25608 | } |
| 25609 | // @api |
| 25610 | // updateJSDocNonNullableType |
| 25611 | // updateJSDocNullableType |
no test coverage detected