(n)
| 1739 | // identity casts that just satisfy the type system at the boundary. |
| 1740 | /** @type {(n: Node) => number} */ |
| 1741 | const _ix = (n) => /** @type {number} */ (/** @type {unknown} */ (n)); |
| 1742 | /** @type {(i: number) => Node} */ |
| 1743 | const _ref = (i) => /** @type {Node} */ (/** @type {unknown} */ (i)); |
| 1744 |
no outgoing calls
no test coverage detected