Skip to content

ResolvePathFromRootSafeParams

Parameters for resolvePathFromRootSafe.

Import:

import type { ResolvePathFromRootSafeParams } from 'obsidian-dev-utils/script-utils/root';

Signature:

export interface ResolvePathFromRootSafeParams

Properties

PropertyTypeDescription
cwd?stringThe current working folder to resolve from.
pathstringThe path to resolve.

Links to this page: