resolveToUndefined MethodStatic
If given value matches the targetValue, return undefined. Otherwise return the value.
resolveToUndefined<T>(value: T, targetValue: T): T | undefined
| Parameter | Type | Description |
|---|---|---|
| value | T | |
| targetValue | T |
Returns - T | undefined
Defined in
- Geometry.ts Line 1030
Last Updated: 28 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.