(x5, position, context)
| 10715 | } |
| 10716 | } |
| 10717 | function assertRequiredArgument(x5, position, context) { |
| 10718 | if (x5 === void 0) { |
| 10719 | throw new TypeError(`Parameter ${position} is required in '${context}'.`); |
| 10720 | } |
| 10721 | } |
| 10722 | function assertRequiredField(x5, field, context) { |
| 10723 | if (x5 === void 0) { |
| 10724 | throw new TypeError(`${field} is required in '${context}'.`); |
no outgoing calls
no test coverage detected
searching dependent graphs…