(pathName, alternate)
| 1316 | /*#__PURE__*/ |
| 1317 | function () { |
| 1318 | function PathNode(pathName, alternate) { |
| 1319 | this.pathName = void 0; |
| 1320 | this.alternate = void 0; |
| 1321 | this.pathName = pathName; |
| 1322 | this.alternate = alternate; // Used only for tall \sqrt |
| 1323 | } |
| 1324 | |
| 1325 | var _proto5 = PathNode.prototype; |
| 1326 |
nothing calls this directly
no outgoing calls
no test coverage detected