Documentation / @ripl/core / elementIsPath
Function: elementIsPath()
elementIsPath(
value):value is Path
Defined in: packages/core/src/elements/path.ts:121
Type guard that checks whether a value is a Path instance.
Parameters
| Parameter | Type |
|---|---|
value | unknown |
Returns
value is Path