isArrayPlaceholderPath
Checks if a path contains an array placeholder.
Presentation
function isArrayPlaceholderPath (path: string): boolean;Returns
boolean -True if the path contains .$.
Parameters
| Name | Type | Description |
|---|---|---|
| path | string | The path to check |