()
| 103 | return protoEqual[this._tag](this as any, that as any) |
| 104 | }, |
| 105 | pipe() { |
| 106 | return pipeArguments(this, arguments) |
| 107 | } |
| 108 | } |
| 109 | |
| 110 | // ----------------------------------------------------------------------------- |
no test coverage detected
searching dependent graphs…