* @deprecated
()
| 31448 | * @deprecated |
| 31449 | */ |
| 31450 | deepPartial() { |
| 31451 | return deepPartialify(this); |
| 31452 | } |
| 31453 | partial(mask) { |
| 31454 | const newShape = {}; |
| 31455 | util_1.util.objectKeys(this.shape).forEach((key) => { |
nothing calls this directly
no test coverage detected