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