ResolvePathFromRootSafeParams
Parameters for resolvePathFromRootSafe.
Import:
import type { ResolvePathFromRootSafeParams } from 'obsidian-dev-utils/script-utils/root';Signature:
export interface ResolvePathFromRootSafeParamsProperties
| Property | Type | Description |
|---|---|---|
| cwd? | string | The current working folder to resolve from. |
| path | string | The path to resolve. |
Links to this page: