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