isClipper MethodStatic
Test if obj is a Clipper object.
- This is implemented by testing for each of the methods in the
Clipperinterface.
isClipper(obj: any): boolean
| Parameter | Type | Description |
|---|---|---|
| obj | any |
Returns - boolean
Defined in
- clipping/ClipUtils.ts Line 742
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.